From 06416df138748d4d5486204b68f7a0e2b911eb0e Mon Sep 17 00:00:00 2001 From: tommie Date: Fri, 17 Feb 2023 16:01:55 +0100 Subject: [PATCH] Attempts to fix the bot commit message. --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72c0366..3f70fa8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,6 +17,9 @@ jobs: name: Build DEB Packages runs-on: ubuntu-latest + outputs: + innernet_release: ${{ steps.download-release.outputs.innernet_release }} + steps: - name: Install Distro Dependencies run: sudo env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes dpkg-dev jq liblzma-dev @@ -121,7 +124,7 @@ jobs: git \ -c 'user.email=41898282+github-actions[bot]@users.noreply.github.com' \ -c 'user.name=github-actions[bot]' \ - commit -m "Included release $release_repo@$(cat "$tmpd/latest.json" | jq -r '.name | ltrimstr("v")')." + commit -m "Included release tonarino/innernet@${{ needs.build-deb.outputs.innernet_release }}." else echo 'No updates to commit.' fi