Skip to content

Commit ace81e8

Browse files
committed
Fix input ref
1 parent fa0407d commit ace81e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
using: docker
1919
image: Dockerfile
2020
env:
21-
INPUT_MILLISECONDS: ${{ milliseconds}}
21+
INPUT_MILLISECONDS: ${{ inputs.milliseconds }}

0 commit comments

Comments
 (0)