Testing uname -s in rocky image
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 37s

This commit is contained in:
Mike Holloway 2025-01-03 18:12:46 -05:00
parent 901bd4d5f8
commit e5e54fcae1

View File

@ -18,5 +18,5 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
cat /etc/redhat-release
uname -s
- run: echo "🍏 This job's status is ${{ job.status }}."