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 a335404 commit d6d207cCopy full SHA for d6d207c
.github/workflows/scala-project-template.yml
@@ -23,6 +23,7 @@ jobs:
23
- run: git fetch https://github.com/Atry/scala-project-template.git template
24
- run: git reset --hard FETCH_HEAD
25
- uses: peter-evans/create-pull-request@v5
26
+ continue-on-error: true
27
with:
28
delete-branch: true
29
base: ${{github.ref_name}}
0 commit comments