We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 804409e + 5bd6c5d commit a6737adCopy full SHA for a6737ad
.github/workflows/deploy-esc.yml
@@ -21,7 +21,7 @@ jobs:
21
Deploy-ESC:
22
name: "部署到ESC"
23
runs-on: ubuntu-latest
24
- if: github.repository == "142vip/JavaScriptCollection"
+ if: github.repository == '142vip/JavaScriptCollection'
25
permissions:
26
contents: read
27
packages: write
.github/workflows/docker-image.yml
Docker-Image:
name: "构建Docker镜像"
0 commit comments