Skip to content

Commit 3d7c76f

Browse files
committed
Access action inputs properly
1 parent 8530141 commit 3d7c76f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/actions/build_container/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ runs:
4242
file: ${{ github.workspace }}/devops/containers/${{ inputs.file }}.Dockerfile
4343
secrets: |
4444
github_token=${{ github.token }}
45-
sycl_passwd=${{ sycl_passwd }}
45+
sycl_passwd=${{ inputs.sycl_passwd }}

0 commit comments

Comments
 (0)