Skip to content

Commit 92e4893

Browse files
committed
fix: adjusting environment
1 parent 32dbef3 commit 92e4893

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/post_to_mastodon.sh

100644100755
File mode changed.

.github/workflows/post_to_mastodon.yml

+3
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
timeout_minutes: 2
2222
max_attempts: 3
2323
run: |
24+
git checkout ${{ github.event.pull_request.head.sha }}
25+
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
26+
export PR_TITLE="${{ github.event.pull_request.title }}"
2427
./post_to_mastodon.sh

0 commit comments

Comments
 (0)