We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c52492b commit b40506fCopy full SHA for b40506f
.github/workflows/test-update-rule-metadata.yml
@@ -109,7 +109,7 @@ jobs:
109
fi
110
111
# Test that checkout uses the branch input
112
- if grep -A2 "actions/checkout@v4" update-rule-metadata/action.yml | grep -q "ref.*inputs.branch"; then
+ if grep -A2 "actions/checkout@" update-rule-metadata/action.yml | grep -q "ref.*inputs.branch"; then
113
echo "✓ checkout step uses branch input"
114
else
115
echo "✗ checkout step does not use branch input"
0 commit comments