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
|
EOF
|
||||||
|
|
||||||
- name: Commit build info
|
- name: Commit build info
|
||||||
|
env:
|
||||||
|
TOKEN: ${{ secrets.DAPPER_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd repo
|
cd repo
|
||||||
|
|
||||||
git config user.name "Gitea Runner"
|
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
|
git add dapper/build-info.php
|
||||||
|
|
||||||
@@ -48,5 +50,5 @@ jobs:
|
|||||||
echo "No changes"
|
echo "No changes"
|
||||||
else
|
else
|
||||||
git commit -m "auto: update build info [skip ci]"
|
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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user