Skip to content

Commit

Permalink
Fix renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 6, 2023
1 parent 1c4cbcf commit cf172b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ runs:
- id: dotenv
uses: falti/[email protected]
with:
path: .env/${{ inputs.name }}/.env
path: .environ/${{ inputs.name }}/.env
- uses: actions/[email protected]
if: ${{ contains(inputs.tools, 'python') }}
with:
python-version: ${{ steps.dotenv.outputs.python_version }}
cache: 'pip'
- shell: bash
if: ${{ contains(inputs.tools, 'python') }}
run: pip install -r .env/${{ inputs.name }}/requirements.txt
run: pip install -r .environ/${{ inputs.name }}/requirements.txt
- uses: actions/[email protected]
if: ${{ contains(inputs.tools, 'java') }}
with:
Expand Down

0 comments on commit cf172b3

Please sign in to comment.