mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
package: disable actions command parsing
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -49,6 +49,9 @@ jobs:
|
||||
PR_AFTER: ${{ github.event.pull_request.head.sha }}
|
||||
PACKAGE_IS_PR: ${{ github.event_name == 'pull_request' }}
|
||||
run: |
|
||||
COMMAND_SECRET="$(openssl rand -hex 32)"
|
||||
echo "::add-mask::$COMMAND_SECRET"
|
||||
echo "::stop-commands::$COMMAND_SECRET"
|
||||
if $PACKAGE_IS_PR; then
|
||||
export PACKAGE_COMMIT_RANGE="$PR_BEFORE...$PR_AFTER"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user