Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Jan 15, 2024
1 parent b1906aa commit 46aee78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Echo message
run: echo ${{ github.event.head_commit.message }}
- 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
Expand Down

0 comments on commit 46aee78

Please sign in to comment.