Workflows: fix

This commit is contained in:
nomadics9 2025-01-06 18:34:06 +03:00
parent 38d00e9995
commit b9383127e2
No known key found for this signature in database

View file

@ -88,14 +88,14 @@ jobs:
- name: Push Source Code - name: Push Source Code
env: env:
GITHUB_TOKEN: ${{ secrets.FORGEJO_TOKEN }} FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }}
run: | run: |
cd app-release cd app-release
rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md rm -rf .git .github CODEOWNERS CONTRIBUTORS.md README.md
git init git init
git config --global user.email "no-reply@askar.tv" git config --global user.email "no-reply@askar.tv"
git config --global user.name "AlaskarTV-Bot" git config --global user.name "AlaskarTV-Bot"
git remote add origin https://{FORGEJO_TOKEN}:@git.askar.tv/nomad/alaskartv-source.git git remote add origin https://${FORGEJO_TOKEN}:@git.askar.tv/nomad/alaskartv-source.git
git add . git add .
git commit -m "Update" git commit -m "Update"
git branch -M main git branch -M main