Skip to content

Commit

Permalink
Using file instead of deprecated output.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Nov 24, 2023
1 parent fa942da commit 3439691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3439691

Please sign in to comment.