Skip to content

Commit

Permalink
github: Add commit shortlog
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <rzr@users.sf.net>
  • Loading branch information
rzr committed Mar 12, 2020
1 parent 0e433b9 commit 5701e5c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/fediverse-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- id: log
run: echo "::set-output name=message::$(git log --no-merges -1 --oneline)"
- uses: rzr/fediverse-action@master
with:
access-token: ${{ secrets.MASTODON_ACCESS_TOKEN }}
message: "https://github.com/${{ github.repository }}# ${{ steps.log.outputs.message }} ~ #FediVerseAction"

0 comments on commit 5701e5c

Please sign in to comment.