Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mouday committed Jul 22, 2024
1 parent 8935aef commit 2174cc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'mouday/spider-admin-pro-web'
ref: 'master'
ref: 'v3.0'
token: ${{ secrets.GH_PAT }}
path: 'spider_admin_pro_web'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'mouday/spider-admin-pro-web'
ref: 'master'
ref: 'v3.0'
token: ${{ secrets.GH_PAT }}
path: 'spider_admin_pro_web'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'mouday/spider-admin-pro-web'
ref: 'master'
ref: 'v3.0'
token: ${{ secrets.GH_PAT }}
path: 'spider_admin_pro_web'

Expand Down

0 comments on commit 2174cc2

Please sign in to comment.