Skip to content

Commit a6737ad

Browse files
authored
Merge pull request #30 from mmdapl/master
feat: update
2 parents 804409e + 5bd6c5d commit a6737ad

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)