Skip to content

Commit

Permalink
fix(assign_issue): Use the correct option name (DataDog#31867)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz authored Dec 9, 2024
1 parent 61aa61b commit 92bf0e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assign_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
inv -e issue.assign-owner --issue ${{ github.event.issue.number }}
inv -e issue.assign-owner -i ${{ github.event.issue.number }}

0 comments on commit 92bf0e8

Please sign in to comment.