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 fa38523 commit 744999eCopy full SHA for 744999e
.github/workflows/scala-project-template.yml
@@ -23,8 +23,11 @@ jobs:
23
with:
24
ref: template
25
repository: Atry/scala-project-template
26
+ - run: git config remote.origin.url "${{github.repositoryUrl}}"
27
- uses: peter-evans/create-pull-request@v5
28
29
+ delete-branch: true
30
+ base: ${{github.ref_name}}
31
branch: update/${{github.ref_name}}/scala-project-template
32
title: Update scala-project-template
33
token: ${{ secrets.PERSONAL_ACCESS_TOKEN || github.token }}
0 commit comments