From a7734e7cb2f9706f10937f66bf0899a30b1206ff Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Sat, 20 May 2023 13:09:49 +0500 Subject: [PATCH] Revert "CONFIG: trying back dir" This reverts commit 2234bcc078a6e2a62a4030b9a388e71ffd6d1126. --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 91bb8c7..f2a4b62 100644 --- a/action.yml +++ b/action.yml @@ -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