pull/124/head
Till0196 1 year ago
parent b6cf69c4d9
commit 8ccfc4c4a7

@ -48,12 +48,15 @@ jobs:
env: env:
CHANGE_BRANCH: ${{ steps.set-production-branch.outputs.summary }} CHANGE_BRANCH: ${{ steps.set-production-branch.outputs.summary }}
PUBLISH_CFPAGES: ${{ steps.publish.outputs.command-output }} PUBLISH_CFPAGES: ${{ steps.publish.outputs.command-output }}
PUBLISH_CFPAGES_URL: ${{ steps.publish.outputs.deployment-url }}
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
script: | script: |
const output = `\n#### Cloudflare Pages set production branch ⚙️\`${{ steps.set-production-branch.outcome }}\`\n const output = `\n#### Cloudflare Pages set production branch ⚙️\`${{ steps.set-production-branch.outcome }}\`\n
#### Cloudflare Pages Deploy 📖\`${{ steps.publish.outcome }}\`\n #### Cloudflare Pages Deploy 📖\`${{ steps.publish.outcome }}\`\n
<a>🔗 [Cloudflare Pages Deploy URL](${process.env.PUBLISH_CFPAGES_URL})</a>\n
<details><summary>Deploying with Cloudflare Pages</summary> <details><summary>Deploying with Cloudflare Pages</summary>
\`\`\`deploy\n \`\`\`deploy\n

Loading…
Cancel
Save