Skip to content

Commit c4bab34

Browse files
authored
Patch deprecated set-output in CI workflow (#1053)
1 parent f1ec77c commit c4bab34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
"https://registry-1.docker.io/v2/${{ env.PLEX_CONTAINER }}/manifests/${{ env.PLEX_CONTAINER_TAG }}" \
126126
| jq -r '.config.digest')
127127
echo "Digest: $digest"
128-
echo ::set-output name=digest::$digest
128+
echo "digest=$digest" >> $GITHUB_OUTPUT
129129
130130
- name: Cache PMS Docker image
131131
id: docker-cache

0 commit comments

Comments
 (0)