Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Dec 21, 2024
1 parent e96c2eb commit f7e797a
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 @@ -38,7 +38,7 @@ jobs:
- name: Detect upstream branch
run: |
# Check if there is an upstream remote
git remote add upstream "https://github.com/<original-repo-owner>/<original-repo-name>.git" || echo "No upstream remote"
git remote add upstream "https://github.com/pypsa-meets-earth/pypsa-earth.git" || echo "No upstream remote"
git fetch upstream || echo "No upstream fetched"
# Get upstream branch name
Expand Down

0 comments on commit f7e797a

Please sign in to comment.