Skip to content

Commit

Permalink
Merge branch 'master' into testing-gitub-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oakesjosh committed Feb 13, 2025
2 parents d979b8b + d23e579 commit 3161db7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
S3_ENDPOINT: ${{ secrets.ZIP_S3_ENDPOINT }}

update_pr:
needs:
- zip
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
outputs:
Expand Down Expand Up @@ -152,7 +154,6 @@ jobs:
- name: Add PR comment
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GH_BOT_TOKEN }}
script: |
const zipName = '${{ steps.get_zip_name.outputs.zip_name }}';
const playgroundUrl = '${{ steps.create_playground_url.outputs.url }}';
Expand All @@ -161,6 +162,6 @@ jobs:
issue_number: context.issue.number,
body: `🎉 Build artifacts
- Download zip: \`${zipName}.zip\`
- Download zip: [${zipName}.zip](${zipName}.zip)
- [Try it in WordPress Playground](${playgroundUrl})`
});

0 comments on commit 3161db7

Please sign in to comment.