diff --git a/.github/workflows/pr-playground-preview.yml b/.github/workflows/pr-playground-preview.yml index c2c1041..d2e20f8 100644 --- a/.github/workflows/pr-playground-preview.yml +++ b/.github/workflows/pr-playground-preview.yml @@ -15,7 +15,7 @@ jobs: contents: read pull-requests: write issues: write - uses: Automattic/preview-button/.github/workflows/playground-preview.yml@main + uses: adamziel/playground-preview/.github/workflows/playground-preview.yml@trunk with: - preview-mode: comment + preview-mode: "comment" plugin-path: . diff --git a/plugin.php b/plugin.php index 13943e9..07229ad 100644 --- a/plugin.php +++ b/plugin.php @@ -8,4 +8,14 @@ add_action( 'init', function() { // Simple initialization logic can go here. + die("Hello World"); } ); + +/**/ +/**/ +/**/ +/**/ +/**/ +/**/ +/**/ +/**/