Valentin Popov
7fb0f81a89
FossilOrigin-Name: a1528b81d3aca5055499bddb0c28873819ccc1bb07ad9ae3a8806736aba47d98
18 lines
358 B
YAML
18 lines
358 B
YAML
name: Workflow
|
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
mirror:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
|
|
- uses: yesolutions/mirror-action@master
|
|
with:
|
|
REMOTE: 'https://git.popov.link/wecli.git'
|
|
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
|
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|