Skip to content

Commit

Permalink
Commit as gha bot
Browse files Browse the repository at this point in the history
  • Loading branch information
eversC committed Mar 28, 2024
1 parent 387541c commit 9582b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update_dependabot_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
branch_name=$(gh pr view $pr_number --json headRefName -q '.headRefName')
git fetch
git checkout $branch_name
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
git commit --allow-empty -m "Empty commit to force CI/CD"
git push origin $branch_name

0 comments on commit 9582b0f

Please sign in to comment.