Skip to content

Commit

Permalink
Fix parameter name for get-labels-action in issue_to_pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Jan 11, 2025
1 parent 264ab7a commit e5ab77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue_to_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
id: getLabels
uses: snnaplab/get-labels-action@v1
with:
issue-number: ${{ github.event.issue.number }}
number: ${{ github.event.issue.number }}

- name: Determine category from labels
id: determineCategory
Expand Down

0 comments on commit e5ab77b

Please sign in to comment.