Skip to content

Commit

Permalink
Git pull
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent d12f4f5 commit cfb4f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
run: |
pr_number=$(gh pr list -S 'author:app/dependabot' --json number -q '.[0].number')
branch_name=$(gh pr view $pr_number --json headRefName -q '.headRefName')
git pull
git checkout $branch_name
git commit --allow-empty -m "Empty commit to force CI/CD"
git push origin $branch_name

0 comments on commit cfb4f35

Please sign in to comment.