ci: update workflow logging and policy configurations (#27853)

This commit is contained in:
Gal Zahavi
2026-06-11 14:38:56 -07:00
committed by GitHub
parent 1eb8bd418c
commit 4e10a34be8
19 changed files with 47 additions and 52 deletions
@@ -30,11 +30,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
env:
JSON_INPUTS: '${{ toJSON(inputs) }}'
run: 'echo "$JSON_INPUTS"'
- name: 'Creates a Pull Request'
if: "inputs.dry-run != 'true'"
env: