testdeploy
/ mirror_to_github (push) Successful in 25s Details
/ test (push) Successful in 3s Details

This commit is contained in:
Leon van Kammen 2024-04-30 16:53:40 +02:00
parent 2cfec8e024
commit f5c765f702
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ jobs:
- run: git config --global user.email "ci@forgejo.isvery.ninja" - run: git config --global user.email "ci@forgejo.isvery.ninja"
- run: git config --global user.name "CI@forgejo" - run: git config --global user.name "CI@forgejo"
- run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit" - run: git commit --allow-empty -m "website deploy triggered via xrsh-apps repo commit"
- run: set #git push origin main - run: PWD=$(pwd) GITHUB_WORKSPACE=$(pwd) git push origin main