Skip to content

Commit

Permalink
[BUGFIX] Migrate deprecated set-output
Browse files Browse the repository at this point in the history
GitHub deprecated `set-output` in favor of environment files due
to security reasons. See [1] for further information.

[1] https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
  • Loading branch information
andreaskienast authored Oct 24, 2022
1 parent 9c1ea8c commit a3260a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ runs:
working-directory: t3docsproject
run: |
rm -Rf RenderedDocumentation
echo "::set-output name=renderedPath::t3docsproject/FinalDocumentation/"
echo "renderedPath=t3docsproject/FinalDocumentation/" >> $GITHUB_OUTPUT

0 comments on commit a3260a2

Please sign in to comment.