Merge pull request #1270 from simple-keyboard/dependabot/npm_and_yarn… #1951
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mirroring | |
on: | |
push: | |
branches: | |
- master | |
delete: | |
branches: | |
- master | |
jobs: | |
mirroring: | |
runs-on: ubuntu-18.04 | |
steps: | |
- uses: actions/checkout@v1 | |
- uses: pixta-dev/repository-mirroring-action@v1 | |
with: | |
target_repo_url: [email protected]:hodgef/simple-keyboard-input-mask.git | |
ssh_private_key: ${{ secrets.GL_KEY }} |