cbe5e77021
Some checks failed
continuous-integration/drone/push Build is failing
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
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@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 }} |