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 # 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 # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
#on: on:
# push: push:
# branches: branches:
# - develop - main
#
#jobs: jobs:
# contrib-readme-job: contrib-readme-job:
# runs-on: ubuntu-latest runs-on: ubuntu-latest
# name: A job to automate contrib in readme name: A job to automate contrib in readme
# steps: steps:
# - name: Contribute List - name: Contribute List
# uses: akhilmhdh/contributors-readme-action@v2.3.6 uses: akhilmhdh/contributors-readme-action@v2.3.6
# with: with:
# image_size: 50 image_size: 50
# columns_per_row: 9 columns_per_row: 9
# committer_email: wechat202110@163.com committer_email: wechat202110@163.com
# committer_username: hippo4jbot[bot] committer_username: hippo4jbot[bot]
# commit_message: 'Update the list of contributors' commit_message: 'Update the list of contributors'
# env: env:
# GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }} GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}

Loading…
Cancel
Save