Skip to content

Commit

Permalink
feat: action
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuemeiquqi committed Aug 30, 2023
1 parent 3fe4438 commit ec80517
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: rewriteReadme
uses: seed-of-apricot/issue-list-readme@master
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
pattern: "<!-- issueTableDemo -->"
labels: "good first issue"
state: "open"
- name: add-and-commit
uses: EndBug/add-and-commit@v4
with:
message: README.md has been re-written
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Auto Issue List in README
uses: seed-of-apricot/[email protected]

0 comments on commit ec80517

Please sign in to comment.