test
This commit is contained in:
@@ -62,7 +62,8 @@ runs:
|
||||
id: command
|
||||
run: |
|
||||
COMMAND="${{ inputs.command }}"
|
||||
if [[ "{{ inputs.noGraphics }}" == "false" ]]; then
|
||||
echo "NO GRAPHICS: ${{ inputs.noGraphics }}"
|
||||
if [[ "{{ inputs.noGraphics }}" == "true" ]]; then
|
||||
COMMAND="-nographics $COMMAND"
|
||||
fi
|
||||
echo "command=$COMMAND" >> "$GITHUB_OUTPUT"
|
||||
|
||||
Reference in New Issue
Block a user