Обновить .forgejo/workflows/test4.yml
This commit is contained in:
parent
9100a0af10
commit
38ac18a0d2
|
@ -20,3 +20,6 @@ jobs:
|
|||
- run: java -version
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleDebug
|
||||
- name: Show vars
|
||||
run: echo GITHUB_ACTOR:${GITHUB_ACTOR},echo GITHUB_TOKEN:${GITHUB_TOKEN}
|
||||
|
Loading…
Reference in a new issue