Skip to content

Commit

Permalink
Update pr-on-branch-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ines-gimeno-molina authored May 1, 2024
1 parent 6038c6f commit 66a51b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-on-branch-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ jobs:
echo "This is the new branch sha: $DEV_BRANCH_SHA"
if [[ "${NEW_BRANCH_SHA}" == "${DEV_BRANCH_SHA}" ]]; then
echo "::set-output name=IS_SAME_BRANCH::true"
else
echo "::set-output name=IS_SAME_BRANCH::false"
fi
else
echo "::set-output name=IS_SAME_BRANCH::false"
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 66a51b3

Please sign in to comment.