Skip to content

Commit

Permalink
fix automerge bot name
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Mar 29, 2022
1 parent 17ceef6 commit aca8483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- id: should_publish
run: |
if [[ "${{ github.event.head_commit.author.name }}" == "violinist-bot" ]]; then
if [[ "${{ github.event.head_commit.author.name }}" == "Violinist bot" ]]; then
echo "::set-output name=should_publish::true"
else
echo "::set-output name=should_publish::false"
Expand Down

0 comments on commit aca8483

Please sign in to comment.