Skip to content

Commit b40506f

Browse files
GHA-198 Fix checkout step branch input check in update-rule-metadata action tests (#105)
1 parent c52492b commit b40506f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-update-rule-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
# 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
112+
if grep -A2 "actions/checkout@" update-rule-metadata/action.yml | grep -q "ref.*inputs.branch"; then
113113
echo "✓ checkout step uses branch input"
114114
else
115115
echo "✗ checkout step does not use branch input"

0 commit comments

Comments
 (0)