Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(GHA): replaced set-output with GITHUB_OUTPUT (#32)
Reason: deprecated, will be removed in 2023-05-31. Details: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Command: grep -R -l "::set-output" . | xargs -n 1 sed -E -i '' 's/"?::set-output name=([^:]+)::([^"]+)"?$/"\1=\2" >> $GITHUB_OUTPUT/g'
- Loading branch information