Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Mifsud committed Oct 30, 2023
1 parent b400988 commit 7c8da07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
echo "CHECK_ENPOINT=$check_endpoint" >> $GITHUB_OUTPUT
name_point=${{ env.name_enpoint }}
echo $name_point
echo "$name_point"
echo $check_endpoint
if [[ "$name_point" == "$check_endpoint" ]]
if [[ "$name_point" == $check_endpoint ]]
then
echo "same"
else
Expand Down

0 comments on commit 7c8da07

Please sign in to comment.