Skip to content

Commit

Permalink
TEMP: echoing git config that is set
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran authored May 21, 2023
1 parent d482e7b commit feb5acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
echo "SETTING UP GIT REMOTE"
git remote add origin https://${{ github.repository_owner }}:${{ env.GITHUB_PAT }}@github.com/${{ github.repository }}.git
else
echo "REPO URL: https://${{ github.repository_owner }}:<PAT GOES HERE>@github.com/${{ github.repository }}.git"
echo "SETTING ORIGIN FOR PRE EXISTING REPO"
git remote set-url origin https://${{ github.repository_owner }}:${{ env.GITHUB_PAT }}@github.com/${{ github.repository }}.git
fi
Expand Down

0 comments on commit feb5acd

Please sign in to comment.