Fix indentation

This commit is contained in:
GeckoEidechse 2023-10-18 15:29:12 +02:00
parent 6c7a9ee779
commit 2449655e4f

View file

@ -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 }}