Skip to content

Commit

Permalink
Updated .github/workflows/update-readme.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jan 6, 2023
1 parent a7850c2 commit ef3b39a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-readme.yml
Expand Up @@ -9,14 +9,14 @@ jobs:
sync-assets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Run auto-doc
uses: tj-actions/auto-doc@v1.7.3
uses: tj-actions/auto-doc@v1

- name: Run test
- name: Run remark
uses: tj-actions/remark@v3

- name: Verify Changed files
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Create Pull Request
if: failure()
uses: peter-evans/create-pull-request@v4.2.3
uses: peter-evans/create-pull-request@v4
with:
base: "main"
labels: "merge when passing"
Expand Down

0 comments on commit ef3b39a

Please sign in to comment.