Skip to content

Commit a335404

Browse files
authored
Update scala-project-template.yml
1 parent 885406c commit a335404

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- 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}}
23+
- run: git fetch https://github.com/Atry/scala-project-template.git template
24+
- run: git reset --hard FETCH_HEAD
2825
- uses: peter-evans/create-pull-request@v5
2926
with:
3027
delete-branch: true

0 commit comments

Comments
 (0)