Skip to content

Commit 2fa13ec

Browse files
[infra] Fix workflow file location (#184)
1 parent 7be72ca commit 2fa13ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable/add-closing-message-to-issue.yml .github/workflows/add-closing-message-to-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020
with:
2121
# Check this repository out, otherwise the script won't be available,
22-
# as it checks out the repository where the workflow caller is located
22+
# as it otherwise checks out the repository where the workflow caller is located
2323
repository: mui/mui-public
2424
- name: Add closing message
2525
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1

0 commit comments

Comments
 (0)