Fix the commit message stuff

This commit is contained in:
Charlotte 🦝 Delenk 2022-05-16 10:09:10 +01:00
parent b929b49552
commit 940bfd9b18
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -37,9 +37,9 @@ jobs:
echo "" >> pr-message.txt
for job in nixos-8gb-fsn1-1 nutty-noon thinkrac installer nas; do
echo "## Changes for $job:" >> pr-message.txt
echo "```" >> pr-message.txt
echo '```' >> pr-message.txt
cat report-$job.txt >> pr-message.txt
echo "```" >> pr-message.txt
echo '```' >> pr-message.txt
done
else
touch pr-message.txt
@ -57,7 +57,7 @@ jobs:
body: ${{ steps.update-step.outputs.body }}
commit-message: Update flake.lock
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
branch: update-flake
delete-branch: true
title: "Update flake.nix"