Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bossOfCode authored Sep 8, 2024
1 parent 2f8ba6b commit dc1d8c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: execute ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run: |
py3 ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
py ${{ github.events.inputs.run == '' && 'message_viewer.py' || github.events.inputs.run }}
run2:
name: 'Run 2'
Expand Down

0 comments on commit dc1d8c0

Please sign in to comment.