Skip to content

Align with dictionary improvements in ChoiceScript LS #29

Align with dictionary improvements in ChoiceScript LS

Align with dictionary improvements in ChoiceScript LS #29

Workflow file for this run

name: merge-lib
on:
push:
branches: [main]
workflow_dispatch:
jobs:
merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
fetch-depth: 0
- name: Merge
env:
token: ${{ secrets.CSIDESHELL }}
run: |
git config --global user.name 'CSIDE-Shell'
git config --global user.email '32689095+CSIDE-Shell@users.noreply.github.com'
git checkout lib --
git merge main
git push https://CSIDE-Shell:$token@github.com/${{ github.repository }}.git lib