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 a818066 commit b4396acCopy full SHA for b4396ac
.github/workflows/preview-build.yml
@@ -448,7 +448,7 @@ jobs:
448
comment:
449
if: >
450
startsWith(github.event_name, 'pull_request')
451
- && inputs.disable-comments != 'true'
+ && inputs.disable-comments != true
452
&& needs.build.outputs.deployment_result
453
&& needs.check.outputs.any_modified
454
runs-on: ubuntu-latest
@@ -537,7 +537,7 @@ jobs:
537
});
538
}
539
- name: Comment on docs changes about versioning requirements
540
- if: inputs.enable-cumulative-comment == 'true'
+ if: inputs.enable-cumulative-comment == true
541
uses: actions/github-script@v7
542
with:
543
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments