Skip to content

build(deps): Bump peaceiris/actions-gh-pages from 3 to 4 #29

build(deps): Bump peaceiris/actions-gh-pages from 3 to 4

build(deps): Bump peaceiris/actions-gh-pages from 3 to 4 #29

Workflow file for this run

name: Mirror Push
on:
push:
branches: [master]
jobs:
push:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
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 }}