Skip to content

Commit

Permalink
Revert "CONFIG: trying back dir"
Browse files Browse the repository at this point in the history
This reverts commit 2234bcc.
  • Loading branch information
UmairJibran committed May 20, 2023
1 parent 2234bcc commit a7734e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ runs:
using: 'composite'
steps:
- run: |
echo ${{ github.repository_owner }}
echo https://${{ github.repository_owner }}:${{ env.GITHUB_PAT }}@github.com/${{ github.repository }}.git
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
pwd
cd ..
ls -lah
git remote set-url origin https://${{ github.repository_owner }}:${{ env.GITHUB_PAT }}@github.com/${{ github.repository }}.git
git fetch
Expand Down

0 comments on commit a7734e7

Please sign in to comment.