Skip to content

Commit

Permalink
fix: install from github incorrect owner
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser authored Aug 19, 2024
1 parent 3bf72c8 commit dd681ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-pr-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install git+https://github.com/your-username/pyosmeta.git
pip install git+https://github.com/pyopensci/pyosmeta.git
python scripts/get-prs.py
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit dd681ee

Please sign in to comment.