Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent 007a381 commit 5eff2d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo ${{ env.name_enpoint }}
echo "$check_endpoint"
if [ env.name_enpoint == '$check_endpoint' ]
if [ env.name_enpoint == $check_endpoint ]
then
echo "same"
else
Expand Down

0 comments on commit 5eff2d7

Please sign in to comment.