Workflow Failure Attempt to fix 3
All checks were successful
Generate Build Info / build-info (push) Successful in 1s
All checks were successful
Generate Build Info / build-info (push) Successful in 1s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user