summary refs log tree commit diff
path: root/.github/workflows/docs.yaml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-18 13:45:34 +0100
committerGitHub <noreply@github.com>2022-10-18 13:45:34 +0100
commita8677bc9b847b66baff8b4ff0eef7ffc63e005fd (patch)
treeee7ce1e7a66020affccb365df498a012a22b7fc4 /.github/workflows/docs.yaml
parentFlush stdout/err in Dockerfile-workers before replacing the current process (... (diff)
downloadsynapse-a8677bc9b847b66baff8b4ff0eef7ffc63e005fd.tar.xz
Deal with some GHA deprecation warnings (#14216)
Diffstat (limited to '.github/workflows/docs.yaml')
-rw-r--r--.github/workflows/docs.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 17b9df601c..798e308f20 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -54,7 +54,7 @@ jobs:
           esac
 
           # finally, set the 'branch-version' var.
-          echo "::set-output name=branch-version::$branch"
+          echo "branch-version=$branch" >> "$GITHUB_OUTPUT"
           
       # Deploy to the target directory.
       - name: Deploy to gh pages