diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index 34100dc..df749f4 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -30,8 +30,9 @@ jobs: files: ${{ fromJSON(needs.changed-files.outputs.matrix) }} steps: + - uses: actions/checkout@v4 - name: Check the recipe - uses: ./actions/check-recipe + uses: ./.github/actions/check-recipe with: path: ${{ matrix.files }} # - run: echo "${{ matrix.files }}" 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 ed9c099..5925a03 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 1 2 3 4 5 +# temp comment 1 2 3 4 5 6 SCRIPT_PATH=$(dirname ${BASH_SOURCE[0]})