Using file instead of deprecated output.

This commit is contained in:
Dennis Oelkers
2023-11-24 14:41:16 +01:00
parent fa942da003
commit 3439691d14

View File

@@ -32,7 +32,7 @@ jobs:
yarn run docs:build
cp -r styleguide/* $GITHUB_WORKSPACE/frontend-documentation
SERVER_SHA=`git rev-parse HEAD`
echo "::set-output name=serverSha::${SERVER_SHA}"
echo "{serverSha}=${SERVER_SHA}" >> $GITHUB_OUTPUT
- name: Commit Results
working-directory: frontend-documentation
run: |