Skip to content

Commit

Permalink
Merge pull request #412 from edx/huniafatima/replace-deprecated-githu…
Browse files Browse the repository at this point in the history
…b-actions

fix: replace deprecated github actions
  • Loading branch information
UsamaSadiq authored Jul 10, 2024
2 parents d4b6e90 + bb9c4ad commit 4b3f05a
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 4b3f05a

Please sign in to comment.