Added version warning

This commit is contained in:
Tonye Jack 2022-02-17 00:12:45 -05:00
parent b80d9cca04
commit f0751de6af

View File

@ -2,6 +2,8 @@
set -e
echo "::warning::Legacy version detected, please switch to the recommended v10.x. See https://github.com/tj-actions/changed-files#versioning for more information"
echo "::group::changed-files"
git remote add temp_changed_files "https://${INPUT_TOKEN}@github.com/${GITHUB_REPOSITORY}"