Skip to content

Commit

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

0 comments on commit ae1e1f0

Please sign in to comment.