Skip to content

ci: fix branch name

ci: fix branch name #1

name: push-to-everything411-repo
on:
push:
branches:
- master
jobs:
gitee:
name: Sync to everything411 repo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://github.com/everything411/bitnp-website.git
target-username: everything411
target-token: ${{ secrets.E411_GITHUB_TOKEN }}