Skip to content

Commit

Permalink
fix: replace deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 1, 2024
1 parent d4b6e90 commit bb9c4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bulk-issue-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9c4ad

Please sign in to comment.