Skip to content

Commit

Permalink
removes add origin
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Sep 11, 2024
1 parent acc2a7c commit fcfcb63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
git init
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git remote add origin https://github.com/${{ github.repository }}.git
git fetch
git checkout ${{ github.ref_name }}
git pull origin ${{ github.ref_name }}
Expand Down

0 comments on commit fcfcb63

Please sign in to comment.