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 698b995 commit a366666Copy full SHA for a366666
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
outputs:
65
head-sha: ${{ steps.set-SHAs.outputs.head }}
66
base-sha: ${{ steps.set-SHAs.outputs.base }}
67
- name: Build ${{ inputs.ref }} on ${{ matrix.system }} node v${{ matrix.node-version }}
+ name: Build (${{ matrix.system }}, ${{ matrix.node-version }})
68
steps:
69
- name: Check out code
70
uses: actions/checkout@v4
.github/workflows/compare-results.yml
@@ -95,7 +95,7 @@ jobs:
95
token: ${{ secrets.GITHUB_TOKEN }}
96
97
fetch-build-artifacts:
98
- name: Fetch & validate build artifacts for ${{ matrix.branch }}
+ name: Fetch & validate build artifacts
99
strategy:
100
matrix:
101
branch:
0 commit comments