Skip to content

Commit 38e9111

Browse files
committed
fix: input_ref naming smh
1 parent 1d2d5f1 commit 38e9111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/split_monorepo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
input_ref="${{ inputs.tag }}"
3636
fi
3737
result=0
38-
if [[ "$inputRef" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
38+
if [[ "$input_ref" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
3939
result=1
4040
fi
4141
echo "::set-output name=result::${result}"

0 commit comments

Comments
 (0)