Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petronny committed Jun 15, 2024
1 parent 08b3659 commit 9710485
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,17 @@ jobs:
run: |
sudo apt-get install openssh-client python3-setuptools
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: JinnLynn/genpac
ref: v2.0.1
path: genpac

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: gfwlist/gfwlist
path: gfwlist
Expand Down

0 comments on commit 9710485

Please sign in to comment.