Skip to content

Commit

Permalink
Merge pull request #17 from tanishq5414/master
Browse files Browse the repository at this point in the history
workflow yml fix
  • Loading branch information
tanishq5414 authored Jul 7, 2024
2 parents 2df008a + 912a15d commit 38c59f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- name: Feth Histories for All Tags and Branches
run: |
git config remote.origin.url @github.com/${{github.repository">https://x-access-token:${{secrets.TOKEN_GITHUB}}@github.com/${{github.repository}}
git config remote.origin.url https://x-access-token:${{ secrets.TOKEN_GITHUB }}@github.com/${{ github.repository }}
git fetch --prune --depth=10000
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit 38c59f6

Please sign in to comment.