Skip to content

Commit

Permalink
fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry committed Mar 10, 2024
1 parent 7c3f83e commit a312d0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ runs:
- name: create environment file
run: >
pip3 install tomli packaging pyyaml &&
python3 $GITHUB_ACTION_PATH/pydeps2env/generate_environment.py ${{ inputs.file }} ${{ inputs.output }}
python3 $GITHUB_ACTION_PATH/pydeps2env/generate_environment.py ${{ inputs.files }}
--output ${{ inputs.output }}
--channels ${{ inputs.channels }}
--extras ${{ inputs.extras }}
--setup_requires ${{ inputs.setup_requires }}
Expand Down

0 comments on commit a312d0e

Please sign in to comment.