From 7009f9c21759eeb72042078c7d0f701e7d37719d Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Thu, 11 Jul 2024 10:17:44 +0200 Subject: [PATCH] fix refactoring error in `sync-and-cache` --- project/sync-and-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/sync-and-cache/action.yml b/project/sync-and-cache/action.yml index a152917..fde4e6e 100644 --- a/project/sync-and-cache/action.yml +++ b/project/sync-and-cache/action.yml @@ -153,7 +153,7 @@ runs: --no-sign-request } - echo "${{ steps.cache_key.outputs.test_resources }}" | \ + echo "${{ steps.test_resources.outputs.test_resources }}" | \ while read -r line; do type=$(echo "$line" | yq e '.type') path=$(echo "$line" | yq e '.path')