Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devigned committed Nov 8, 2024
1 parent 0c6338c commit db3f871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ValidatePullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
id: docs-only
with:
script: |
const core = require('@actions/core');
let docs_file_count = ${{steps.changes.outputs.docs_count}};
let all_file_count = ${{steps.changes.outputs.all_count}};
core.notice(`docs-only: {all_file_count} == {docs_file_count}`);
return all_file_count === docs_file_count;
result-encoding: string

Expand Down

0 comments on commit db3f871

Please sign in to comment.