We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae45a7d commit 1543a80Copy full SHA for 1543a80
1 file changed
.github/workflows/ci.yml
@@ -140,7 +140,7 @@ jobs:
140
GH_PR_NUM: ${{ github.event.number }}
141
run: |
142
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"
+ echo "Workflow changes detected"
144
echo "actions-changed=true" >> "$GITHUB_OUTPUT"
145
fi
146
0 commit comments