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 885406c commit a335404Copy full SHA for a335404
.github/workflows/scala-project-template.yml
@@ -20,11 +20,8 @@ jobs:
20
runs-on: ubuntu-22.04
21
steps:
22
- uses: actions/checkout@v3
23
- with:
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}}
+ - run: git fetch https://github.com/Atry/scala-project-template.git template
+ - run: git reset --hard FETCH_HEAD
28
- uses: peter-evans/create-pull-request@v5
29
with:
30
delete-branch: true
0 commit comments