Skip to content

Commit

Permalink
feat: add mode to gha ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefissure committed Sep 25, 2023
1 parent 4835482 commit 25e7f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
--work-folder="${{ github.workspace }}/work" \
--static-folder="${{ github.workspace }}/Plogon/Plogon/static" \
--artifact-folder="${{ github.workspace }}/artifacts" \
--ci
--ci --mode=PullRequest
cat $GITHUB_STEP_SUMMARY
echo ::set-output name=summary::$(cat $GITHUB_STEP_SUMMARY)
Expand Down

0 comments on commit 25e7f2b

Please sign in to comment.