Skip to content

Commit 4101a55

Browse files
Update action.yml
1 parent ffb5e4b commit 4101a55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ runs:
3030
using: 'composite'
3131
steps:
3232
- run: |
33-
bash src/prepare_deployment.sh
33+
bash $GITHUB_ACTION_PATH/src/prepare_deployment.sh
3434
shell: bash
3535
- run: |
36-
bash src/create_api_endpoints.sh
36+
bash $GITHUB_ACTION_PATH/src/create_api_endpoints.sh
3737
shell: bash
3838
- run: |
39-
bash src/modify_deployment.sh
39+
bash $GITHUB_ACTION_PATH/src/modify_deployment.sh
4040
shell: bash
4141
- run: |
42-
bash src/override_deployment.sh
42+
bash $GITHUB_ACTION_PATH/src/override_deployment.sh
4343
shell: bash

0 commit comments

Comments
 (0)