mirror of
https://github.com/pkkid/python-plexapi
synced 2025-02-16 21:08:27 +00:00
Patch deprecated set-output in CI workflow (#1053)
This commit is contained in:
parent
f1ec77c77f
commit
c4bab34474
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -125,7 +125,7 @@ jobs:
|
|||
"https://registry-1.docker.io/v2/${{ env.PLEX_CONTAINER }}/manifests/${{ env.PLEX_CONTAINER_TAG }}" \
|
||||
| jq -r '.config.digest')
|
||||
echo "Digest: $digest"
|
||||
echo ::set-output name=digest::$digest
|
||||
echo "digest=$digest" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache PMS Docker image
|
||||
id: docker-cache
|
||||
|
|
Loading…
Add table
Reference in a new issue