Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 23, 2023
1 parent 0c73285 commit f874ffc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "$endpoint"
if [[ $endpoint -eq ${{ format('taxi{0}', needs.get-config.outputs.oep) }} ]]
if [[ $endpoint = "${{ format('taxi{0}', needs.get-config.outputs.oep) }}" ]]
then
echo "same"
else
Expand Down

0 comments on commit f874ffc

Please sign in to comment.