Fix Release Nightly (#10186)

This commit is contained in:
Tommaso Sciortino
2025-09-30 07:52:56 -07:00
committed by GitHub
parent 1d24f95a3f
commit 6ef78cbbe9
3 changed files with 15 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ runs:
using: 'composite'
steps:
- name: 'Create and Approve Pull Request'
if: "inputs.dry-run == 'false'"
if: "inputs.dry-run != 'true'"
env:
GH_TOKEN: '${{ inputs.github-token }}'
shell: 'bash'