Skip to content

Commit

Permalink
Fix dependabot (#105)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* Update dependabot.yml
  • Loading branch information
sunshineplan authored Jan 17, 2024
1 parent abfa3cd commit 5da1704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: steps.check.outputs.new_data == 1
run: |
git commit -m ${{ steps.check.outputs.date }}
git push origin ${{ github.event.pull_request.head.sha }}
git push origin ${{ github.event.pull_request.head.ref }}
merge:
if: ${{ github.actor == 'dependabot[bot]' }}
Expand Down

0 comments on commit 5da1704

Please sign in to comment.