From 310cccc50bc113fb7e0068f8268ecb9d870b7ab3 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Tue, 24 Oct 2023 15:56:03 +0200 Subject: [PATCH] Fix CI test --- .github/workflows/molecule.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 41fe695c..f5c99cb7 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -26,9 +26,9 @@ jobs: roles: - 'playbooks/roles/**/**' - name: Debug - run: echo ${{ steps.changed-files-yaml.outputs.all_changed_files }} + run: echo ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }} outputs: - matrix: ${{ steps.changed-files-yaml.outputs.all_changed_files }} + matrix: ${{ steps.changed-files-yaml.outputs.playbooks_all_changed_files }} molecule: needs: provide_scenarios runs-on: ubuntu-latest