From bb9c4ad8bbe7c915f4a72fbf236de62411c184b9 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 15:37:26 +0500 Subject: [PATCH] fix: replace deprecated github actions --- .github/workflows/bulk-issue-creator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bulk-issue-creator.yml b/.github/workflows/bulk-issue-creator.yml index 58aed82..7a3df73 100644 --- a/.github/workflows/bulk-issue-creator.yml +++ b/.github/workflows/bulk-issue-creator.yml @@ -37,7 +37,7 @@ jobs: - name: get repos list id: repos_list run: | - echo "::set-output name=list::[${{github.event.inputs.repos_list}}]" + echo "list=[${{github.event.inputs.repos_list}}]" >> $GITHUB_OUTPUT create_bulk_issues: name: Create Bulk Issues