Skip to content

Commit

Permalink
docs: use new syntax of github actions' inputs (mxschmitt#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
maratori authored and iTrooz committed Oct 9, 2022
1 parent 87db4e1 commit f278194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }}
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
```
<!--
{% endraw %}
Expand Down

0 comments on commit f278194

Please sign in to comment.