We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41eab9b commit a36c4a5Copy full SHA for a36c4a5
1 file changed
action.yml
@@ -21,6 +21,6 @@ runs:
21
- "--token"
22
- ${{ inputs.token }}
23
- "--block-id"
24
- - ${{ inputs.block }}
+ - ${{ inputs.block || env.METABLOCK_BLOCK_ID }}
25
- "--env"
26
- ${{ inputs.env }}
0 commit comments