Skip to content

Update From Src #128680

Update From Src

Update From Src #128680

Workflow file for this run

name: Update From Src
on:
workflow_dispatch:
inputs: {}
schedule:
- cron: '*/10 * * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ssh-key: ${{ secrets.SSH_KEY }}
repository: Xmader/musescore-downloader
ref: master
fetch-depth: 0
submodules: true
- run: 'git remote add musescore [email protected]:$REPO.git'
env:
REPO: ${{ github.repository }}
- run: 'git push -f musescore master:msdl'