Skip to content

Commit 418b18d

Browse files
authored
Update scala-project-template.yml
1 parent 744999e commit 418b18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala-project-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: template
2525
repository: Atry/scala-project-template
26-
- run: git config remote.origin.url "${{github.repositoryUrl}}"
26+
- run: git config remote.origin.url "https://github.com/${{github.repository}}"
2727
- uses: peter-evans/create-pull-request@v5
2828
with:
2929
delete-branch: true

0 commit comments

Comments
 (0)