Skip to content

Commit 5bd6c5d

Browse files
author
Chu Fan
committed
feat: update
1 parent 177c2f4 commit 5bd6c5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-esc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
Deploy-ESC:
2222
name: "部署到ESC"
2323
runs-on: ubuntu-latest
24-
if: github.repository == "142vip/JavaScriptCollection"
24+
if: github.repository == '142vip/JavaScriptCollection'
2525
permissions:
2626
contents: read
2727
packages: write

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
Docker-Image:
2222
name: "构建Docker镜像"
2323
runs-on: ubuntu-latest
24-
if: github.repository == "142vip/JavaScriptCollection"
24+
if: github.repository == '142vip/JavaScriptCollection'
2525
permissions:
2626
contents: read
2727
packages: write

0 commit comments

Comments
 (0)