We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbcea5 commit a9358e0Copy full SHA for a9358e0
.github/workflows/post_to_mastodon.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
timeout_minutes: 2
22
max_attempts: 3
23
- run: |
+ command: |
24
git checkout ${{ github.event.pull_request.head.sha }}
25
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
26
export PR_TITLE="${{ github.event.pull_request.title }}"
0 commit comments