mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-01 20:33:03 +08:00
Update workflows
This commit is contained in:
parent
a85e0f6745
commit
40c9608755
19
.github/workflows/mirroring.yml
vendored
19
.github/workflows/mirroring.yml
vendored
@ -1,19 +0,0 @@
|
|||||||
name: Mirroring
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
delete:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
mirroring:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- uses: pixta-dev/repository-mirroring-action@v1
|
|
||||||
with:
|
|
||||||
target_repo_url: git@gitlab.com:hodgef/simple-keyboard.git
|
|
||||||
ssh_private_key: ${{ secrets.GL_KEY }}
|
|
Loading…
x
Reference in New Issue
Block a user