Skip to content

Update scala-cli version to 1.1.1 #63

Update scala-cli version to 1.1.1

Update scala-cli version to 1.1.1 #63

on:
push:
branches:
- "update-scala-cli-setup"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.SCALA_CLI_SETUP_INTERNAL_KEY }}
ref: main
- name: Reset main branch
run: |
git fetch origin update-scala-cli-setup:update-scala-cli-setup
git reset --hard update-scala-cli-setup
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
branch: update-scala-cli-setup
commit-message: Update ScalaCLI
author: GitHub <[email protected]>
delete-branch: true
title: Update ScalaCLI