We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2d5f1 commit 38e9111Copy full SHA for 38e9111
.github/workflows/split_monorepo.yaml
@@ -35,7 +35,7 @@ jobs:
35
input_ref="${{ inputs.tag }}"
36
fi
37
result=0
38
- if [[ "$inputRef" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
+ if [[ "$input_ref" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
39
result=1
40
41
echo "::set-output name=result::${result}"
0 commit comments