mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-05 18:30:22 -08:00
Update push.yml
This commit is contained in:
parent
42d931bff4
commit
fa2efcbe15
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
cd ../MindustryBuilds
|
||||
BNUM=$(($GITHUB_RUN_NUMBER + 20000))
|
||||
git tag ${BNUM}
|
||||
git config --global user.name "Build Uploader"
|
||||
git config --global user.name "Github Actions"
|
||||
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${BNUM}
|
||||
- name: Set up JDK 17
|
||||
uses: actions/setup-java@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue