From 24411c0c5d5bd544d876f42f4999e18eb3a997ac Mon Sep 17 00:00:00 2001 From: meesters Date: Mon, 20 Jan 2025 09:45:08 +0100 Subject: [PATCH] fix: path to access the posting script --- .github/workflows/post_to_mastodon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_to_mastodon.yml b/.github/workflows/post_to_mastodon.yml index f9cf3260..2579bc01 100644 --- a/.github/workflows/post_to_mastodon.yml +++ b/.github/workflows/post_to_mastodon.yml @@ -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