mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-11 19:05:35 +08:00
fix if statement for workflow
This commit is contained in:
2
.github/workflows/update-docs-config.yml
vendored
2
.github/workflows/update-docs-config.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
update-docs-config:
|
||||
name: "Update Docs Config"
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ secrets.DOCS_REPO_TOKEN != '' }}
|
||||
if: github.repository == 'crazywhalecc/static-php-cli'
|
||||
steps:
|
||||
- name: "Checkout static-php-cli"
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user