Skip to content

Commit ddddeff

Browse files
committed
fix inputs
Signed-off-by: sirutBuasai <sirutbuasai27@outlook.com>
1 parent 3e6888d commit ddddeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/container-pull/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
- name: Resolve image URI for test
3434
shell: bash
3535
run: |
36-
IMAGE_URI=$(cat ${{ input.image_uri_file }})
36+
IMAGE_URI=$(cat ${{ inputs.image_uri_file }})
3737
echo "Resolved image URI: $IMAGE_URI"
3838
echo "IMAGE_URI=$IMAGE_URI" >> $GITHUB_ENV
3939

0 commit comments

Comments
 (0)