Skip to content

rename workflow names #174

rename workflow names

rename workflow names #174

Workflow file for this run

name: Gitee Sync

Check failure on line 1 in .github/workflows/sync-to-gitee.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sync-to-gitee.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
run-name: [${{ github.workflow }}] - ${{ github.event.head_commit.message }}
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow}}
cancel-in-progress: true
jobs:
sync_to_gitee:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
- name: sync-gitee-mirror
uses: abersheeran/sync-gitee-mirror@v1-beta
with:
repository: copdips/copdips.github.io
username: ${{ secrets.GITEE_USERNAME }}
password: ${{ secrets.GITEE_PAT }}