We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177c2f4 commit 5bd6c5dCopy full SHA for 5bd6c5d
.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