Compare commits

...

1 Commits

Author SHA1 Message Date
aikido-autofix[bot]
304006ea15 fix(security): autofix Template Injection in GitHub Workflows Action 2026-04-11 18:39:31 +00:00

View File

@@ -169,8 +169,9 @@ jobs:
- name: Enable Publish Github Release Workflow
env:
PRODUCT: ${{ inputs.product }}
DRY_RUN: ${{ inputs.dry-run }}
run: |
if ${{ inputs.dry-run }} ; then
if $DRY_RUN ; then
gh workflow view publish-github-release-bwpm.yml
exit 0
fi