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 57911de commit b8825d7Copy full SHA for b8825d7
.github/workflows/build.yml
@@ -137,7 +137,7 @@ jobs:
137
with:
138
workspace: ${{ github.workspace }}/workspace
139
scripts: ${{ github.workspace }}/scripts
140
- environment: '{ "EDIT_BASE_ARCH": "${{ matrix.arch }}" }'
+ environment: '{ "EDIT_BASE_ARCH": "${{ env.EDIT_BASE_ARCH }}" }'
141
custopizer: '${{ needs.build.outputs.digest }}'
142
143
deploy:
0 commit comments