mirror of
https://github.com/R2Northstar/Northstar
synced 2026-08-23 20:23:04 -04:00
Fix indentation
This commit is contained in:
parent
6c7a9ee779
commit
2449655e4f
1 changed files with 8 additions and 8 deletions
16
.github/workflows/post-to-mastodon.yml
vendored
16
.github/workflows/post-to-mastodon.yml
vendored
|
|
@ -10,11 +10,11 @@ jobs:
|
|||
toot:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Send toot to Mastodon
|
||||
id: mastodon
|
||||
uses: cbrgm/mastodon-github-action@v1
|
||||
with:
|
||||
message: "We just released a new Northstar version: ${{github.event.release.tag_name}}"
|
||||
env:
|
||||
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
||||
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||
- name: Send toot to Mastodon
|
||||
id: mastodon
|
||||
uses: cbrgm/mastodon-github-action@v1
|
||||
with:
|
||||
message: "We just released a new Northstar version: ${{github.event.release.tag_name}}"
|
||||
env:
|
||||
MASTODON_URL: ${{ secrets.MASTODON_URL }}
|
||||
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue