runner.temp
All checks were successful
/ hashFiles (push) Successful in -2s
/ go-hashfiles (push) Successful in 21s
/ job1 (push) Successful in -2s
/ job3 (push) Has been skipped
/ job2 (push) Successful in -2s

This commit is contained in:
严浩
2025-02-27 23:00:17 +08:00
parent 89af82507c
commit 02006e6ca7
2 changed files with 10 additions and 0 deletions

10
.github/workflows/runner_temp.yaml vendored Normal file
View File

@ -0,0 +1,10 @@
on:
push:
workflow_dispatch:
jobs:
job1:
runs-on: ubuntu-arm64
steps:
- name: echo ${{ runner.temp }}
run: |
echo ${{ runner.temp }}