Skip to content

Commit 085adb3

Browse files
committed
Log output
1 parent c8aa8bd commit 085adb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/composite/deploy-cloudflare/action.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@ runs:
6666
wranglerVersion: '3.112.0'
6767
environment: ${{ inputs.environment }}
6868
command: ${{ inputs.environment == 'production' && 'deploy' || 'versions upload' }} --config ./packages/gitbook-v2/wrangler.toml
69+
- name: Outputs
70+
shell: bash
71+
env:
72+
DEPLOYMENT_URL: ${{ steps.deploy.outputs.deployment-url }}
73+
run: |
74+
echo "URL: ${{ steps.deploy.outputs.deployment-url }}"

0 commit comments

Comments
 (0)