Skip to content

Commit 2e02325

Browse files
authored
Interpolate inputs (#118)
1 parent 14f2251 commit 2e02325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
test:
2626
uses: ./.github/workflows/matrix.yml
2727
with:
28-
spec: inputs.spec
29-
publish: inputs.publish
28+
spec: ${{ inputs.spec }}
29+
publish: ${{ inputs.publish }}

0 commit comments

Comments
 (0)