mirror of
https://github.com/actions/container-toolkit-action.git
synced 2025-12-14 05:57:17 +00:00
Fix input ref
This commit is contained in:
@@ -18,4 +18,4 @@ runs:
|
|||||||
using: docker
|
using: docker
|
||||||
image: Dockerfile
|
image: Dockerfile
|
||||||
env:
|
env:
|
||||||
INPUT_MILLISECONDS: ${{ milliseconds}}
|
INPUT_MILLISECONDS: ${{ inputs.milliseconds }}
|
||||||
|
|||||||
Reference in New Issue
Block a user