We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2fc1a commit 38b85c3Copy full SHA for 38b85c3
.github/workflows/announce-release.yml
@@ -16,12 +16,10 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Post to Mastodon
19
- uses: snakemake/mastodon-release-post-action@v1.1.1
20
-
+ uses: snakemake/mastodon-release-post-action@v1.2.0
21
with:
22
access-token: ${{ secrets.MASTODONBOT }}
23
pr-title: ${{ github.event.head_commit.message }}
24
- base-url: "" # may be empty for our instance
25
message: |
26
Beep, Beep - I am your friendly #Snakemake release announcement bot.
27
0 commit comments