기여자 마크다운 파일 생성
내 워크플로우
이 github 작업은 작업의 매개 변수로 구성된 파일(예: contributors.json 또는 .all-contributorssrc)에서 기여자의 데이터를 가져오는 기여자의 마크다운 파일을 생성하는 데 도움이 되며 다음과 같은 기여자의 마크다운 파일을 생성합니다. 기본 템플릿.
제출 카테고리:
메인테이너 머스트해브
Yaml 파일 또는 코드 링크
jmoranin98 / 마크다운 기여자 작업
Markdown 기여자 작업
이 github 작업은 작업의 매개 변수로 구성된 파일(예: contributors.json 또는 .all-contributorssrc)에서 기여자의 데이터를 가져오는 기여자의 마크다운 파일을 생성하는 데 도움이 되며 다음과 같은 기여자의 마크다운 파일을 생성합니다. 기본 템플릿.
용법
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to add contributors markdown
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate markdown file
uses: ./
- uses: stefanzweifel/git-auto-commit-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated contributors markdown
branch: master
용법
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to add contributors markdown
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate markdown file
uses: ./
- uses: stefanzweifel/git-auto-commit-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated contributors markdown
branch: master
덕분에 stefanzweifel/git-auto-commit-action
Reference
이 문제에 관하여(기여자 마크다운 파일 생성), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://dev.to/jmoranin98/generate-contributors-markdown-file-gc7
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
on: [push]
jobs:
hello_world_job:
runs-on: ubuntu-latest
name: A job to add contributors markdown
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate markdown file
uses: ./
- uses: stefanzweifel/git-auto-commit-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: Update generated contributors markdown
branch: master
덕분에 stefanzweifel/git-auto-commit-action
Reference
이 문제에 관하여(기여자 마크다운 파일 생성), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/jmoranin98/generate-contributors-markdown-file-gc7텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)