Update broken_link_cron.yml

This commit is contained in:
Piotr Galar 2023-02-08 10:45:37 +01:00 committed by GitHub
parent d1e48de7f9
commit 042316651c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ jobs:
git ls-files -m
changed_data_files_count=$(git ls-files -m data | wc -l | tr -d ' ')
echo "changed_data_files_count='$changed_data_files_count'"
echo "::set-output name=changed_data_files_count::$changed_data_files_count"
echo "changed_data_files_count=$changed_data_files_count" >> $GITHUB_OUTPUT
- uses: EndBug/add-and-commit@d4d066316a2a85974a05efb42be78f897793c6d9 # v9.1.0 - https://github.com/EndBug/add-and-commit/commit/d4d066316a2a85974a05efb42be78f897793c6d9
if: steps.remove-broken-links.outputs.changed_data_files_count != 0