Skip to content

Commit

Permalink
[infra] Fixed workflow file path (#43528)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Aug 30, 2024
1 parent 96dd765 commit 49b9a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
add-comment:
name: Add closing message
if: github.event.issue.state_reason == 'completed'
uses: mui/mui-public/.github/workflows/add-closing-message-to-issue.yml@master
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@master
permissions:
contents: read
issues: write

0 comments on commit 49b9a75

Please sign in to comment.