Skip to content

Commit

Permalink
workflow testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg-L committed Jun 22, 2024
1 parent 54f27a9 commit 47a5650
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/update_deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,7 @@ jobs:
git commit -m "CI update $(date -I)" -m "$MESSAGE"
git push -u origin updates-${{ github.run_id }}
git push -u origin ${{ github.ref_name }}
PR=$(gh pr create \
--base master \
--body "$MESSAGE" \
--fill \
--title "Auto update $(date -I)")
gh pr merge $PR --squash --delete-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 47a5650

Please sign in to comment.