Skip to content

Commit

Permalink
fix: path to access the posting script (#191)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
cmeesters authored Jan 20, 2025
1 parent 90c6bf9 commit d7dcbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_to_mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
command: |
export MASTODONBOT="${{ secrets.MASTODONBOT }}"
export PR_TITLE="${{ github.event.release.tag_name }}"
$GITHUB_WORKSPACE/post_to_mastodon.sh
$GITHUB_WORKSPACE/.github/workflows/post_to_mastodon.sh

0 comments on commit d7dcbbb

Please sign in to comment.