vars testing
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
This commit is contained in:
parent
d5293cf534
commit
bd9051be00
@ -16,7 +16,8 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls -la ${{ gitea.workspace }}
|
ls -la ${{ gitea.workspace }}
|
||||||
- name: List ENV
|
- name: Show vars
|
||||||
run: |
|
run: env
|
||||||
env
|
env:
|
||||||
|
GPG_KEYGRIP: GPG_KEYGRIP
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
Loading…
Reference in New Issue
Block a user