Skip to content

Commit

Permalink
sdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Barry committed Oct 17, 2022
1 parent b946fb2 commit 1d718ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ inputs:
default: false
required: false

env:
DEBUG: ${{ fromJSON(inputs.debug) == true }}

runs:
using: composite
env:
DEBUG: ${{ fromJSON(inputs.debug) == true }}
steps:
- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand Down

0 comments on commit 1d718ae

Please sign in to comment.