From f920412b0eae3e16553998f12b2a4693159ec6a8 Mon Sep 17 00:00:00 2001 From: Lee Date: Tue, 10 Dec 2024 17:55:10 +0800 Subject: [PATCH] fix action --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index 0bd6278..4259ac5 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,6 @@ runs: fi done echo "all_file_urls=${all_file_urls}" >> $GITHUB_ENV - echo -e "All File URLs: ${{ env.all_file_urls }}" shell: bash env: GH_TOKEN: ${{ inputs.GITHUB_TOKEN }}