Attempts to fix the bot commit message.

pull/1/head
tommie 2023-02-17 16:01:55 +01:00 committed by GitHub
parent 13a45ebe12
commit 06416df138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,9 @@ jobs:
name: Build DEB Packages name: Build DEB Packages
runs-on: ubuntu-latest runs-on: ubuntu-latest
outputs:
innernet_release: ${{ steps.download-release.outputs.innernet_release }}
steps: steps:
- name: Install Distro Dependencies - name: Install Distro Dependencies
run: sudo env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes dpkg-dev jq liblzma-dev run: sudo env DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends --yes dpkg-dev jq liblzma-dev
@ -121,7 +124,7 @@ jobs:
git \ git \
-c 'user.email=41898282+github-actions[bot]@users.noreply.github.com' \ -c 'user.email=41898282+github-actions[bot]@users.noreply.github.com' \
-c 'user.name=github-actions[bot]' \ -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 else
echo 'No updates to commit.' echo 'No updates to commit.'
fi fi