From 5701e5c3e0773fedc65b5477a45005783a30cb63 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Thu, 12 Mar 2020 17:17:28 +0100 Subject: [PATCH] github: Add commit shortlog Signed-off-by: Philippe Coval --- .github/workflows/fediverse-action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/fediverse-action.yml b/.github/workflows/fediverse-action.yml index 20da36d..7c51bcb 100644 --- a/.github/workflows/fediverse-action.yml +++ b/.github/workflows/fediverse-action.yml @@ -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"