Skip to content

Commit

Permalink
Found error and fixed in post_mastodon_and_bluesky.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ly0n authored Dec 11, 2024
1 parent 6879350 commit 9c50be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_mastodon_and_bluesky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
echo -e "${{ github.event.head_commit.message }}" >> toot
toot_message="$(cat toot | grep -m 1 https*)"$default_hashtags
echo "toot_message=$toot_message" >> $GITHUB_ENV
URL_git="$(echo ${{ github.event.head_commit.message }} | grep -o 'https://[a-zA-Z0-9./?=_-]\+')"
URL_git="$(echo $toot_message | grep -o 'https://[a-zA-Z0-9./?=_-]\+')"
echo "URL_git=$URL_git" >> $GITHUB_ENV
- name: Send toot to Mastodon
Expand Down

0 comments on commit 9c50be2

Please sign in to comment.