We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6717b49 commit 9c0f050Copy full SHA for 9c0f050
__tests__/action.test.sh
@@ -277,6 +277,9 @@ test_input_validation() {
277
echo "========================================"
278
279
# Test that at least one check must be enabled
280
+ # Note: In action.yml, ${{ inputs.check-commits }} is evaluated to "true"/"false" strings
281
+ # before the bash script runs, so we test with string literals here
282
+
283
# Simulate both checks disabled (this should fail)
284
CHECK_COMMITS="false"
285
CHECK_PR="false"
0 commit comments