Skip to content

Commit

Permalink
Fix toot
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Jan 29, 2025
1 parent dfb4e27 commit 732db10
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_weekly_scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ jobs:
id: get-version
run: TZ=UTC0 git show $${{ github.sha }} --format="short-version=%cd.%h" --quiet --date='format-local:%Y-%m-%d' --abbrev=7 >> "$GITHUB_OUTPUT"
- name: Toot
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.MASTODON_ACCESS_TOKEN }}" \
-H "Idempotency-Key: ${{ github.sha }}" \
--data-raw 'status=@o01eg@pawoo.net Test Build ${{ steps.get-version.outputs.short-version }}' \
-d 'visibility=direct' \
-d 'language=en' \
run: >
curl -X POST
-H "Authorization: Bearer ${{ secrets.MASTODON_ACCESS_TOKEN }}"
-H "Idempotency-Key: ${{ github.sha }}"
--data-raw 'status=@o01eg@pawoo.net Test Build ${{ steps.get-version.outputs.short-version }}'
-d 'visibility=direct'
-d 'language=en'
https://fosstodon.org/api/v1/statuses

0 comments on commit 732db10

Please sign in to comment.