Fix broken icon on force_skip_tests option in "Release: Manual" (#9246)

This commit is contained in:
Tommaso Sciortino
2025-09-24 09:17:18 -07:00
committed by GitHub
parent 5cadd37eb2
commit b540137820
6 changed files with 4 additions and 15 deletions
@@ -44,11 +44,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: '📝 Print Inputs'
shell: 'bash'
run: |
echo "${{ toJSON(inputs) }}"
- name: '👤 Configure Git User'
working-directory: '${{ inputs.working-directory }}'
shell: 'bash'