Skip to content

Commit

Permalink
fix refactoring error in sync-and-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Jul 11, 2024
1 parent f24f002 commit 7009f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/sync-and-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 7009f9c

Please sign in to comment.