Skip to content

Commit 5d24ecf

Browse files
committed
fix: trying different github variable
1 parent f0f7166 commit 5d24ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
with:
2222
access-token: ${{ secrets.MASTODONBOT }}
23-
pr-title: ${{ github.event.release.tag_name }}
23+
pr-title: ${{ github.event.head_commit.message }}
2424
message: |
2525
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2626

0 commit comments

Comments
 (0)