Skip to content

#farmOS is approaching 1000 stars on GitHub! Help us get there! https… #110

#farmOS is approaching 1000 stars on GitHub! Help us get there! https…

#farmOS is approaching 1000 stars on GitHub! Help us get there! https… #110

Workflow file for this run

name: Publish
on:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Show message
run: |
cat <<MSG
${{ github.event.head_commit.message }}
MSG
- name: Mastodon
if: github.repository == 'farmOS/farmOS-microblog'
uses: cbrgm/mastodon-github-action@6cffb7d449201bf36a60589de7a76e18ee226043
with:
message: ${{ github.event.head_commit.message }}
env:
MASTODON_URL: ${{ secrets.MASTODON_URL }}
MASTODON_ACCESS_TOKEN: ${{ secrets.MASTODON_ACCESS_TOKEN }}