Skip to content

Commit

Permalink
FIX: Repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
UmairJibran authored May 19, 2023
1 parent eb24123 commit 91aecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
git checkout ${{ github.event.repository.default_branch }}
git pull
git branch ${{ env.TARGET_BRANCH }}
git remote set-url origin https://${{ env.GITHUB_PAT }}@github.com/${{ github.repository_owner }}/${{ github.repository }}.git
git remote set-url origin https://${{ env.GITHUB_PAT }}@github.com/${{ github.repository }}.git
git push --set-upstream origin ${{ env.TARGET_BRANCH }}
fi
shell: bash
Expand Down

0 comments on commit 91aecc5

Please sign in to comment.