diff --git a/.github/workflows/example2.yml b/.github/workflows/example2.yml index 0e341fe..5f53f18 100644 --- a/.github/workflows/example2.yml +++ b/.github/workflows/example2.yml @@ -48,12 +48,15 @@ jobs: env: CHANGE_BRANCH: ${{ steps.set-production-branch.outputs.summary }} PUBLISH_CFPAGES: ${{ steps.publish.outputs.command-output }} + PUBLISH_CFPAGES_URL: ${{ steps.publish.outputs.deployment-url }} with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | const output = `\n#### Cloudflare Pages set production branch ⚙️\`${{ steps.set-production-branch.outcome }}\`\n #### Cloudflare Pages Deploy 📖\`${{ steps.publish.outcome }}\`\n + 🔗 [Cloudflare Pages Deploy URL](${process.env.PUBLISH_CFPAGES_URL})\n +
Deploying with Cloudflare Pages \`\`\`deploy\n