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