You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Comment with a Playground link that installs from the artifact ZIP
15
39
- uses: mshick/add-pr-comment@v2
16
40
with:
17
41
message: |
18
42
**Test merged PR on Playground**
19
-
[Test this pull request on the Playground](https://playground.wordpress.net/?blueprint-url=https%3A%2F%2Fprogressplanner.com%2Fresearch%2Fblueprint-pp.php%3Frepo%3D${{ github.repository }}) or [download the zip](${{ github.server_url }}/${{ github.repository }}/archive/refs/heads/develop.zip).
43
+
[Test this pull request on the Playground](https://playground.wordpress.net/#${{ steps.blueprint.outputs.blueprint }})
44
+
or [download the zip](${{ github.server_url }}/${{ github.repository }}/archive/refs/heads/develop.zip)
# Upload the FOLDER (not a .zip). The artifact service zips it for us,
77
+
# keeping the top-level folder name inside the archive.
78
+
- name: Upload plugin artifact
79
+
uses: actions/upload-artifact@v4
80
+
with:
81
+
name: ${{ github.event.repository.name }}
82
+
path: ${{ steps.prep.outputs.PKG_DIR }}
83
+
# Optional: faster uploads for already-compressed assets
84
+
compression-level: 0
85
+
86
+
# Comment with a Playground link that installs from the artifact ZIP
12
87
- uses: mshick/add-pr-comment@v2
13
88
with:
14
89
message: |
15
90
**Test on Playground**
16
-
[Test this pull request on the Playground](https://playground.wordpress.net/?blueprint-url=https%3A%2F%2Fprogressplanner.com%2Fresearch%2Fblueprint-pp.php%3Frepo%3D${{ github.repository }}%26branch%3D${{ github.head_ref }}) or [download the zip](${{ github.server_url }}/${{ github.repository }}/archive/${{ github.sha }}.zip).
91
+
[Test this pull request on the Playground](https://playground.wordpress.net/#${{ steps.blueprint.outputs.blueprint }})
92
+
or [download the zip](https://nightly.link/${{ github.repository }}/actions/runs/${{ github.run_id }}/${{ github.event.repository.name }}.zip)
0 commit comments