Skip to content

Commit

Permalink
Fix missing repo
Browse files Browse the repository at this point in the history
  • Loading branch information
thilokru committed Jan 8, 2025
1 parent 2cc6dd6 commit f975436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Retrieve Tags
run: git fetch 'refs/tags/*:refs/tags/*'
run: git fetch origin 'refs/tags/*:refs/tags/*'
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit f975436

Please sign in to comment.