We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b54a8 commit 494ddfdCopy full SHA for 494ddfd
.github/workflows/main.yml
@@ -6,6 +6,8 @@ jobs:
6
name: "Test"
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: "Display arch"
10
+ run: "echo ${{ runner.arch }}"
11
- name: "Checkout code"
12
uses: "actions/checkout@v5"
13
with:
0 commit comments