Skip to content

Commit

Permalink
Trying to fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
Arv1nt3 committed Jan 8, 2024
1 parent 6951ed1 commit 1983184
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 @@ -57,8 +57,9 @@ runs:
- run: pip install pyyaml
shell: bash

- run: python3 create_deployment.py
- run: python3 ${{ github.action_path }}/create_deployment.py
shell: bash
working-directory: ${{ github.action_path }}
env:
INPUT_IMAGE_NAME: ${{ inputs.image-name }}
INPUT_PORT: ${{ inputs.port }}
Expand Down

0 comments on commit 1983184

Please sign in to comment.