Skip to content

Commit f87d492

Browse files
committed
fix inputs
1 parent fef9da9 commit f87d492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ runs:
1919

2020
- name: Run the script with inputs
2121
run: |
22-
EXPOSE_CODE=$INPUT_EXPOSE_CODE
23-
EXPOSE_NAME=$INPUT_EXPOSE_NAME
22+
EXPOSE_CODE=${{ inputs.EXPOSE_CODE }}
23+
EXPOSE_NAME=${{ inputs.EXPOSE_NAME }}
2424
$GITHUB_WORKSPACE/extract-expose-version.sh $EXPOSE_CODE $EXPOSE_NAME
2525
shell: bash
2626

0 commit comments

Comments
 (0)