runner.arch
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 6m10s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 6m10s
This commit is contained in:
@ -9,4 +9,5 @@ jobs:
|
|||||||
image: gitea/runner-images:ubuntu-latest
|
image: gitea/runner-images:ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
- run: echo "runner arch is ${{ runner.arch }}"
|
||||||
Reference in New Issue
Block a user