test ENV variables
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
d4812a25ea
commit
d5293cf534
@ -16,4 +16,7 @@ jobs:
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
ls -la ${{ gitea.workspace }}
|
||||
- name: List ENV
|
||||
run: |
|
||||
env
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
Loading…
Reference in New Issue
Block a user