Skip to content

Commit

Permalink
Update scala-project-template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Jul 1, 2023
1 parent 885406c commit a335404
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/scala-project-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
ref: template
repository: Atry/scala-project-template
- run: git config remote.origin.url "https://github.com/${{github.repository}}"
- 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
- uses: peter-evans/create-pull-request@v5
with:
delete-branch: true
Expand Down

0 comments on commit a335404

Please sign in to comment.