Skip to content

Commit e4d691b

Browse files
committed
ci: correctly pass deployment url between workflows
1 parent f798941 commit e4d691b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-cloudflare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ jobs:
8080
needs: deploy
8181
with:
8282
# https://github.com/cloudflare/wrangler-action?tab=readme-ov-file#using-the-deployment-url-and-pages-deployment-alias-url-output-variables
83-
deployment-url: ${{ needs.deploy-test.outputs.test-deployment-url }}
83+
deployment-url: ${{ needs.deploy.outputs.test-deployment-url }}
8484
secrets: inherit

0 commit comments

Comments
 (0)