diff --git a/.github/workflows/bulk-issue-creator.yml b/.github/workflows/bulk-issue-creator.yml index 06a5f8b..9d0ae7a 100644 --- a/.github/workflows/bulk-issue-creator.yml +++ b/.github/workflows/bulk-issue-creator.yml @@ -41,7 +41,9 @@ jobs: check_list: name: console list - run: echo steps.repos_list.outputs.output1 + steps: + - name: what the hell + run: echo steps.repos_list.outputs.output1 create_bulk_issues: name: Create Bulk Issues