diff --git a/action.yml b/action.yml index fb6eb36..cfdfb0f 100644 --- a/action.yml +++ b/action.yml @@ -7,6 +7,11 @@ author: Midia Kiasat runs: using: composite steps: + - name: CICULLIS gate + shell: bash + run: | + chmod +x "$GITHUB_ACTION_PATH/gate.sh" + "$GITHUB_ACTION_PATH/gate.sh" - shell: bash run: | chmod +x gate.sh