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 418b18d commit c31f513Copy full SHA for c31f513
.github/workflows/scala-project-template.yml
@@ -24,6 +24,7 @@ jobs:
24
ref: template
25
repository: Atry/scala-project-template
26
- run: git config remote.origin.url "https://github.com/${{github.repository}}"
27
+ - run: git switch -c ${{github.ref_name}}
28
- uses: peter-evans/create-pull-request@v5
29
with:
30
delete-branch: true
0 commit comments