Skip to content

Commit 1543a80

Browse files
authored
fix typo
1 parent ae45a7d commit 1543a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
GH_PR_NUM: ${{ github.event.number }}
141141
run: |
142142
if gh pr diff --name-only --repo "${GITHUB_REPOSITORY}" "${GH_PR_NUM}" | grep -q -e .github/workflows -e .github/actions; then
143-
echo "Worflow changes detected"
143+
echo "Workflow changes detected"
144144
echo "actions-changed=true" >> "$GITHUB_OUTPUT"
145145
fi
146146

0 commit comments

Comments
 (0)