Workflow Failure Attempt to fix 3
All checks were successful
Generate Build Info / build-info (push) Successful in 1s

This commit is contained in:
carpentryplus25
2026-03-05 10:19:51 -05:00
parent fc929f49aa
commit 328bb9eacf

View File

@@ -36,11 +36,13 @@ jobs:
EOF
- name: Commit build info
env:
TOKEN: ${{ secrets.DAPPER_TOKEN }}
run: |
cd repo
git config user.name "Gitea Runner"
git config user.email "runner@thejthompson.com"
git config user.email "ampedlease@ampedlease.com"
git add dapper/build-info.php
@@ -48,5 +50,5 @@ jobs:
echo "No changes"
else
git commit -m "auto: update build info [skip ci]"
git push https://git.thejthompson.com/williamt/Dapper
git push https://williamt:${TOKEN}@git.thejthompson.com/williamt/Dapper.git
fi