Skip to content

Commit d7dcbbb

Browse files
authored
fix: path to access the posting script (#191)
see title <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated GitHub Actions workflow script path for Mastodon posting mechanism. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 90c6bf9 commit d7dcbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post_to_mastodon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
command: |
2525
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
2626
export PR_TITLE="${{ github.event.release.tag_name }}"
27-
$GITHUB_WORKSPACE/post_to_mastodon.sh
27+
$GITHUB_WORKSPACE/.github/workflows/post_to_mastodon.sh

0 commit comments

Comments
 (0)