19 lines
No EOL
403 B
YAML
19 lines
No EOL
403 B
YAML
name: Mirror Push
|
|
|
|
on:
|
|
push:
|
|
branches: [master]
|
|
|
|
jobs:
|
|
push:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
with:
|
|
fetch-depth: 0
|
|
- name: mirror
|
|
uses: yesolutions/mirror-action@master
|
|
with:
|
|
REMOTE: 'https://git.froth.zone/sam/Xdg.Net.git'
|
|
GIT_USERNAME: oauth2
|
|
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }} |