Skip to content

Commit 744999e

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ jobs:
2323
with:
2424
ref: template
2525
repository: Atry/scala-project-template
26+
- run: git config remote.origin.url "${{github.repositoryUrl}}"
2627
- uses: peter-evans/create-pull-request@v5
2728
with:
29+
delete-branch: true
30+
base: ${{github.ref_name}}
2831
branch: update/${{github.ref_name}}/scala-project-template
2932
title: Update scala-project-template
3033
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}

0 commit comments

Comments
 (0)