From 3bbb42a114f5d9646950a2c598bbd96775902f29 Mon Sep 17 00:00:00 2001 From: remmintan Date: Sun, 21 May 2023 16:21:09 +0200 Subject: [PATCH] Try to fix the collected messages text --- .github/workflows/nightly-publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly-publish.yml b/.github/workflows/nightly-publish.yml index 548bd427..52a6340e 100644 --- a/.github/workflows/nightly-publish.yml +++ b/.github/workflows/nightly-publish.yml @@ -34,8 +34,7 @@ jobs: - name: Retrieve all commit messages pushed and put in the environment variable GITHUB_COMMITS_TEXT run: | - commit_messages=$(git log --format=%s ${{ github.sha }}..${{ github.event.before }}) - echo "GITHUB_COMMITS_TEXT=${{ commit_messages }}" >> $GITHUB_ENV + echo "GITHUB_COMMITS_TEXT=$(git log --format=%s ${{ github.sha }}..${{ github.event.before }})" >> $GITHUB_ENV # The USERNAME and TOKEN need to correspond to the credentials environment variables used in # the publishing section of your build.gradle