Skip to content

Commit a9358e0

Browse files
committed
fix: this action only allows command, not run
1 parent ffbcea5 commit a9358e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_to_mastodon.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
timeout_minutes: 2
2222
max_attempts: 3
23-
run: |
23+
command: |
2424
git checkout ${{ github.event.pull_request.head.sha }}
2525
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
2626
export PR_TITLE="${{ github.event.pull_request.title }}"

0 commit comments

Comments
 (0)