#120 Fix typo
All checks were successful
First Gitea Action / my-shell-script (push) Successful in 1m8s

This commit is contained in:
Joey Hafner 2024-02-12 22:11:50 -08:00
parent c764b252d1
commit 6f41bb3a76

View File

@ -11,4 +11,4 @@ jobs:
- name: List files and directories
run: |
ls ${{ gitea.workspace }}
run: echo "Job status: ${{ job.status }}"
- run: echo "Job status ${{ job.status }}"