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 8d0bd66 commit 34ddab6Copy full SHA for 34ddab6
.github/workflows/preview-build.yml
@@ -51,7 +51,7 @@ jobs:
51
if: github.event_name != 'pull_request' || steps.check-files.outputs.any_changed == 'true'
52
uses: actions/checkout@v4
53
with:
54
- persist-credentials: false
+ persist-credentials: false # test
55
56
- name: Generate path prefix
57
env:
0 commit comments