Skip to content

Commit fae9794

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents f9bc240 + ddbc0bd commit fae9794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
direction: 'asc',
138138
key: 'tests-'
139139
}).then(caches => {
140-
console.log(caches.data.actions_caches.map(cache => cache.key));
140+
console.log(caches);
141141
});
142142
143143
/*

0 commit comments

Comments
 (0)