Skip to content

Commit

Permalink
fix: correact name
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Feb 2, 2024
1 parent a612865 commit 7dff4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
generate_readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@vv4.1.1
- uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository == 'Adpro-Team/GKD_thirdParty_subscription_list'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@vv4.1.1
- uses: actions/checkout@v4.1.1

- run: npm ci

Expand All @@ -21,4 +21,4 @@ jobs:
list.json
prevent-changes-to: |
*.md
token: ${{ secret.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7dff4a7

Please sign in to comment.