diff --git a/.github/workflows/bulk-issue-creator.yml b/.github/workflows/bulk-issue-creator.yml index 58aed82..b41a42d 100644 --- a/.github/workflows/bulk-issue-creator.yml +++ b/.github/workflows/bulk-issue-creator.yml @@ -37,7 +37,15 @@ 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 + + check_list: + name: console list + needs: repos_list + runs-on: ubuntu-20.04 + steps: + - name: what the hell + run: echo ${{needs.repos_list.outputs.output1}} create_bulk_issues: name: Create Bulk Issues