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