Skip to content

Commit

Permalink
Git fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent cfb4f35 commit 387541c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +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 fetch
git checkout $branch_name
git commit --allow-empty -m "Empty commit to force CI/CD"
git push origin $branch_name

0 comments on commit 387541c

Please sign in to comment.