Skip to content

Commit

Permalink
remove parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzsprung committed Apr 10, 2024
1 parent 8d36c1c commit 7a9ac51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-run-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
workflow_dispatch:
inputs:
onRollback:
type: boolean
required: true
default: false
description: "Whether the workflow was triggered on rollback"
Expand All @@ -10,4 +11,4 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: echo
run: "echo auto-run-check (on_rollback: ${{ github.event.inputs.onRollback }})"
run: "echo auto-run-check on_rollback: ${{ github.event.inputs.onRollback }}"

0 comments on commit 7a9ac51

Please sign in to comment.