From d719c18c3ace5756dddbe69e3582f85b38d3ded4 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Mon, 1 Jul 2024 15:33:14 +0500 Subject: [PATCH] fix: replace deprecated set-output action --- .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 f1cb955..b41a42d 100644 --- a/.github/workflows/bulk-issue-creator.yml +++ b/.github/workflows/bulk-issue-creator.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: what the hell - run: echo ${{steps.repos_list.outputs.list}} + run: echo ${{needs.repos_list.outputs.output1}} create_bulk_issues: name: Create Bulk Issues