diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index 3372267..fd83704 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -17,7 +17,7 @@ jobs: id: changed-files uses: tj-actions/changed-files@v44 with: - files: '*.sh' + files: '**/*.sh' matrix: true build: diff --git a/module-template/b-7.1.x-ce-components-configuration.sh b/module-template/b-7.1.x-ce-components-configuration.sh index f1ad6e3..6bc8387 100755 --- a/module-template/b-7.1.x-ce-components-configuration.sh +++ b/module-template/b-7.1.x-ce-components-configuration.sh @@ -1,6 +1,6 @@ #!/bin/bash -# temp comment +# temp comment 1 SCRIPT_PATH=$(dirname ${BASH_SOURCE[0]})