Skip to content

Commit

Permalink
Update dependabot-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinh-rahb authored Aug 22, 2024
1 parent 4730c71 commit 5d0f643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
release:
if: github.event.pull_request.merged == true && github.event.pull_request.user.login == 'dependabot[bot]'
if: github.event.pull_request.merged == true && github.event.pull_request.user.login == 'github-actions[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 5d0f643

Please sign in to comment.