Skip to content

Commit 5b94ae2

Browse files
Update action.yml
1 parent 9b91d74 commit 5b94ae2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ branding:
2929
runs:
3030
using: 'composite'
3131
steps:
32+
- run: |
33+
bash $GITHUB_ACTION_PATH/src/checks.sh
34+
shell: bash
3235
- run: |
3336
bash $GITHUB_ACTION_PATH/src/prepare_deployment.sh
3437
shell: bash

0 commit comments

Comments
 (0)