.github/workflows/sync-data.yml aktualisiert
This commit is contained in:
2
.github/workflows/sync-data.yml
vendored
2
.github/workflows/sync-data.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
git config user.name "Gitea Action Bot"
|
||||
git config user.email "action@gitea.local"
|
||||
|
||||
git remote add origin https://${GITEA_TOKEN}@git.reptilfpv.de/reptil1990/AquaMasterFrontend
|
||||
git remote add origin https://${TOKEN}@git.reptilfpv.de/reptil1990/AquaMasterFrontend
|
||||
git add .
|
||||
git commit -m "Sync data from source repo"
|
||||
git push --force origin main
|
||||
|
||||
Reference in New Issue
Block a user