runner.temp

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 }}