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 253da69 commit 54e2536Copy full SHA for 54e2536
.github/workflows/pr-playground-preview.yml
@@ -15,7 +15,9 @@ jobs:
15
contents: read
16
pull-requests: write
17
issues: write
18
- uses: adamziel/playground-preview/.github/workflows/playground-preview.yml@trunk
+ uses: ./.github/workflows/playground-preview.yml
19
with:
20
preview-mode: "comment"
21
plugin-path: .
22
+ secrets:
23
+ github-token: ${{ secrets.GITHUB_TOKEN }}
plugin.php
@@ -20,3 +20,4 @@
/**/
+/**/
0 commit comments