Skip to content

Commit

Permalink
Update dropdown.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Aug 14, 2024
1 parent ecaef9d commit 3c275cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dropdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
ACTIONS_RUNNER_DEBUG:
description: 'ACTIONS_RUNNER_DEBUG'
required: true
default: '1'
default: 'TRUE'
type: choice
options:
- '1'
- '0'
- 'TRUE'
- 'FALSE'
logLevel:
description: 'Log level'
required: true
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
greet:
runs-on: ubuntu-latest
env:
ACTIONS_RUNNER_DEBUG: ${{ github.event.inputs.ACTIONS_RUNNER_DEBUG }}
ACTIONS_RUNNER_DEBUG: ${{ github.event.inputs.boolean }}
outputs:
toJSON: ${{ steps.toJSON.outputs.JSON }}

Expand Down

0 comments on commit 3c275cd

Please sign in to comment.