Author: Luffy (sy-records) Committer: GitHub (web-flow) Pusher: sy-records Date: 2026-09-11T10:32:46+08:00
Commit: https://github.com/php/web-php/commit/6dfb996d192463f4b86f8e9413011c1407bb74d5 Raw diff: https://github.com/php/web-php/commit/6dfb996d192463f4b86f8e9413011c1407bb74d5.diff Add ARGS parameter to preview deploy configuration (#2012) Changed paths: M .github/workflows/preview-deploy.yml Diff: diff --git a/.github/workflows/preview-deploy.yml b/.github/workflows/preview-deploy.yml index e8745b8e2d..de76e78a13 100644 --- a/.github/workflows/preview-deploy.yml +++ b/.github/workflows/preview-deploy.yml @@ -51,6 +51,9 @@ jobs: TARGET: "/home/thephpfoundation/preview/web-php-pr-${{ steps.pr-number.outputs.pr_number }}/public" SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ steps.pr-number.outputs.pr_number }} SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ steps.pr-number.outputs.pr_number }} + SCRIPT_BEFORE_REQUIRED: true + SCRIPT_AFTER_REQUIRED: true + ARGS: "-rlgoDzc" - name: Find existing preview comment uses: peter-evans/find-comment@v4
