From 042316651c16aafe4349f5c1cd9337aba593f4d5 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Wed, 8 Feb 2023 10:45:37 +0100 Subject: [PATCH] Update broken_link_cron.yml --- .github/workflows/broken_link_cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken_link_cron.yml b/.github/workflows/broken_link_cron.yml index c7a1d9a..0c73a79 100644 --- a/.github/workflows/broken_link_cron.yml +++ b/.github/workflows/broken_link_cron.yml @@ -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