Skip to content

Commit

Permalink
TEMP: add logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran committed May 21, 2023
1 parent 0b11b78 commit 0576511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ runs:
echo "CHECKING OUT \`${{ env.TARGET_BRANCH }}\`"
git checkout -b ${{ env.TARGET_BRANCH }} origin/${{ env.TARGET_BRANCH }}
fi
echo "CHECK AVAILABLE REMOTE(s)"
git remote
# Print remote origin URL
echo "REMOTE ORIGIN:"
git remote show origin | grep "Fetch URL:"
echo "PULLING CHANGES IF ANY"
git pull origin ${{ env.TARGET_BRANCH }}
echo "MERGING PR IN \`${{ env.TARGET_BRANCH }}\`"
Expand Down

0 comments on commit 0576511

Please sign in to comment.