Update .gitea/workflows/build-iso.yml
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m19s
Some checks failed
Build ISO and Upload Artifact / build-and-upload (push) Failing after 1m19s
This commit is contained in:
@@ -43,9 +43,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and push to Lints-release repo
|
- name: Commit and push to Lints-release repo
|
||||||
run: |
|
run: |
|
||||||
git config user.name "GitHub Actions"
|
tea add marti/Lints-release
|
||||||
git config user.email "github-actions@github.com"
|
tea commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
||||||
git remote add target_repo https://git.martinpetr.dev/marti/Lints-release.git
|
tea push marti/Lints-release main
|
||||||
git add -f out/lints.iso
|
|
||||||
git commit -m "Automated commit from build workflow" || echo "No changes to commit"
|
|
||||||
git push target_repo main
|
|
||||||
|
|||||||
Reference in New Issue
Block a user