Skip to content

Commit

Permalink
Update build_event_prep.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
petercort authored Jan 18, 2025
1 parent 6ca8dc7 commit 53a23e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_event_prep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
script: |
console.log(context.actor)
if (context.actor == 'dependabot'){
if (context.actor == 'dependabot[bot]'){
core.setOutput('release-type', 'chore')
core.setOutput('change-type', 'semver:patch')
} else {
Expand Down

0 comments on commit 53a23e0

Please sign in to comment.