Skip to content

Commit

Permalink
GitHub Action: 更新update_contributors_images.yaml, 支持绕过分支保护规则
Browse files Browse the repository at this point in the history
  • Loading branch information
maboloshi committed Nov 25, 2023
1 parent 121b94a commit 3a18b83
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Update contributors images in README.md
on:
workflow_dispatch:

Expand All @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CI_GITHUB_TOKEN }} # 要绕过分支保护规则此处不可少

- name: Generate Contributors Images
uses: jaywcjlove/[email protected]
id: contributors
Expand Down

0 comments on commit 3a18b83

Please sign in to comment.