Skip to content

Commit 2f4c5ad

Browse files
authored
[CRCR] Set callback-url default as the in-prod lambda url (#8133)
Set the `callback-url` default to make convenience to downstream repos. @zxiiro @atalman @fffrog @can-gaa-hou @subinz1
1 parent 350c3e5 commit 2f4c5ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • .github/actions/cross-repo-ci-relay-callback

.github/actions/cross-repo-ci-relay-callback/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ inputs:
3333
callback-url:
3434
description: >
3535
Base URL of the result callback server.
36-
required: true
36+
required: false
37+
default: https://gwuj7w5coh4y4l66urspge6mnm0pwaxq.lambda-url.us-east-1.on.aws/github/callback/
3738
artifact-url:
3839
description: >
3940
URL to downstream-hosted artifacts (logs, reports, results),

0 commit comments

Comments
 (0)