Skip to content

Commit

Permalink
ci: correct property name
Browse files Browse the repository at this point in the history
References: Eppie-io#332
  • Loading branch information
al-kau committed Nov 21, 2024
1 parent 0a56592 commit 9159cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name: "Build solution"
run-name: >-
${{ github.event_name == 'schedule' && 'Build All' || '' }}
${{ github.event_name == 'workflow_dispatch' && format('Build: {0} ({1}) on {2} OS', github.event.inputs.framework, github.event.input.configuration, github.event.inputs.os ) || '' }}
${{ github.event_name == 'workflow_dispatch' && format('Build: {0} ({1}) on {2} OS', github.event.inputs.framework, github.event.inputs.configuration, github.event.inputs.os ) || '' }}
${{ github.event_name != 'workflow_dispatch' && github.event_name != 'schedule' && 'Build Solution' || '' }}
on: # yamllint disable-line rule:truthy
Expand Down

0 comments on commit 9159cbb

Please sign in to comment.