We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef9da9 commit f87d492Copy full SHA for f87d492
action.yml
@@ -19,8 +19,8 @@ runs:
19
20
- name: Run the script with inputs
21
run: |
22
- EXPOSE_CODE=$INPUT_EXPOSE_CODE
23
- EXPOSE_NAME=$INPUT_EXPOSE_NAME
+ EXPOSE_CODE=${{ inputs.EXPOSE_CODE }}
+ EXPOSE_NAME=${{ inputs.EXPOSE_NAME }}
24
$GITHUB_WORKSPACE/extract-expose-version.sh $EXPOSE_CODE $EXPOSE_NAME
25
shell: bash
26
0 commit comments