We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0407d commit ace81e8Copy full SHA for ace81e8
action.yml
@@ -18,4 +18,4 @@ runs:
18
using: docker
19
image: Dockerfile
20
env:
21
- INPUT_MILLISECONDS: ${{ milliseconds}}
+ INPUT_MILLISECONDS: ${{ inputs.milliseconds }}
0 commit comments