We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef0cae commit cbbcb01Copy full SHA for cbbcb01
.github/workflows/ex06_inputScript.yml
@@ -22,4 +22,4 @@ jobs:
22
23
- name: Set color to ${{ inputs.color }}
24
id: color-selector
25
- run: . scripts/06_color.ps1 -Color ${{ inputs.color }}
+ run: . scripts/06_color.ps1 -Color:$${{ inputs.color }}
0 commit comments