runner.temp
This commit is contained in:
10
.github/workflows/runner_temp.yaml
vendored
Normal file
10
.github/workflows/runner_temp.yaml
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
job1:
|
||||
runs-on: ubuntu-arm64
|
||||
steps:
|
||||
- name: echo ${{ runner.temp }}
|
||||
run: |
|
||||
echo ${{ runner.temp }}
|
Reference in New Issue
Block a user