Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoBouteiller committed Dec 21, 2023
1 parent dbbe2a2 commit 534a50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ runs:
- shell: bash
run: transcrypt/transcrypt -c aes-256-cbc -p '${{ inputs.transcrypt_key }}' -y
- shell: bash
run: bash generate-eb-env.sh ${{ inputs.env_file }} ${{ inputs.eb_config_path }}
run: bash ${GITHUB_ACTION_PATH}/generate-eb-env.sh ${{ inputs.env_file }} ${{ inputs.eb_config_path }}

0 comments on commit 534a50e

Please sign in to comment.