show me
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 18s Details

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2023-10-25 19:38:07 +00:00
parent 9786a1ab40
commit f01baab207
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
- run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
echo ${{ gitea.workspace }}
ls ${{ gitea.workspace }}
- name: Build the damn thing
run: |