We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744999e commit 418b18dCopy full SHA for 418b18d
.github/workflows/scala-project-template.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
ref: template
25
repository: Atry/scala-project-template
26
- - run: git config remote.origin.url "${{github.repositoryUrl}}"
+ - run: git config remote.origin.url "https://github.com/${{github.repository}}"
27
- uses: peter-evans/create-pull-request@v5
28
29
delete-branch: true
0 commit comments