Skip to content

Commit

Permalink
fix: input_ref naming smh
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Carrio <[email protected]>
  • Loading branch information
tcarrio committed Sep 4, 2024
1 parent 1d2d5f1 commit fcbc9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/split_monorepo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
input_ref="${{ inputs.tag }}"
fi
result=0
if [[ "$inputRef" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
if [[ "$input_ref" == open-feature/${{ matrix.config[1] }}-${{ matrix.config[0] }}-* ]]; then
result=1
fi
echo "::set-output name=result::${result}"
Expand Down

0 comments on commit fcbc9f8

Please sign in to comment.