Skip to content

Commit 38b85c3

Browse files
committed
fix: new action version number
1 parent 0d2fc1a commit 38b85c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/mastodon-release-post-action@v1.1.1
20-
19+
uses: snakemake/mastodon-release-post-action@v1.2.0
2120
with:
2221
access-token: ${{ secrets.MASTODONBOT }}
2322
pr-title: ${{ github.event.head_commit.message }}
24-
base-url: "" # may be empty for our instance
2523
message: |
2624
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2725

0 commit comments

Comments
 (0)