Skip to content

Commit

Permalink
Update GitHub Actions workflow to correct repository URL for pushing …
Browse files Browse the repository at this point in the history
…changes
  • Loading branch information
kssgarcia committed Dec 10, 2024
1 parent 17211d8 commit 583385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
git remote set-url origin https://${{ secrets.TOKEN_GITHUB }}@github.com/kssgarcia/test-solidspy-opt.git
git remote set-url origin https://${{ secrets.TOKEN_GITHUB }}@github.com/kssgarcia/solidspy-opt-test.git
git push origin develop
# - name: Push changes (Force)
Expand Down

0 comments on commit 583385d

Please sign in to comment.