Skip to content

Commit 8aa6776

Browse files
committed
Change id in GHA for solid-test-suites to be consistent with other ids.
1 parent f8eea78 commit 8aa6776

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/solid-tests-suites.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
>> "${GITHUB_ENV}"
8282
8383
- uses: actions/cache@v4
84-
id: cache-solid-nextcloud-docker
84+
id: cache-docker-solid-nextcloud
8585
with:
8686
path: cache/solid-nextcloud
8787
key: solid-nextcloud-docker-${{ matrix.nextcloud_version }}-${{ github.sha }}
@@ -221,7 +221,7 @@ jobs:
221221
- uses: actions/checkout@v4
222222

223223
- uses: actions/cache@v4
224-
id: cache-solid-nextcloud-docker
224+
id: cache-docker-solid-nextcloud
225225
with:
226226
path: cache/solid-nextcloud
227227
key: solid-nextcloud-docker-${{ matrix.nextcloud_version }}-${{ github.sha }}

0 commit comments

Comments
 (0)