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 14f2251 commit 2e02325Copy full SHA for 2e02325
.github/workflows/build.yml
@@ -25,5 +25,5 @@ jobs:
25
test:
26
uses: ./.github/workflows/matrix.yml
27
with:
28
- spec: inputs.spec
29
- publish: inputs.publish
+ spec: ${{ inputs.spec }}
+ publish: ${{ inputs.publish }}
0 commit comments