Tentative contributor update action

pull/806/head
chen.ma 2 years ago
parent 703ebecbf6
commit 196f575f5d

@ -18,23 +18,23 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#on:
# push:
# branches:
# - develop
#
#jobs:
# contrib-readme-job:
# runs-on: ubuntu-latest
# name: A job to automate contrib in readme
# steps:
# - name: Contribute List
# uses: akhilmhdh/contributors-readme-action@v2.3.6
# with:
# image_size: 50
# columns_per_row: 9
# committer_email: wechat202110@163.com
# committer_username: hippo4jbot[bot]
# commit_message: 'Update the list of contributors'
# env:
# GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
on:
push:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 50
columns_per_row: 9
committer_email: wechat202110@163.com
committer_username: hippo4jbot[bot]
commit_message: 'Update the list of contributors'
env:
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

Loading…
Cancel
Save