Closed PeterVoronov closed 2 years ago
In reference with https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ the
echo "::set-output name=has_new_commits::${HAS_NEW_COMMITS}"
replaced by
echo "has_new_commits=${HAS_NEW_COMMITS}" >> $GITHUB_OUTPUT
In reference with https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ the
replaced by