Skip to content

Commit db3f871

Browse files
committed
wip
1 parent 0c6338c commit db3f871

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
id: docs-only
3131
with:
3232
script: |
33+
const core = require('@actions/core');
3334
let docs_file_count = ${{steps.changes.outputs.docs_count}};
3435
let all_file_count = ${{steps.changes.outputs.all_count}};
36+
core.notice(`docs-only: {all_file_count} == {docs_file_count}`);
3537
return all_file_count === docs_file_count;
3638
result-encoding: string
3739

0 commit comments

Comments
 (0)