File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ inputs:
2020 environment :
2121 description : " Sha"
2222 required : true
23- PUBLIC_COLLAB_RELAY_URL :
23+ public-collab-relay-url :
2424 description : " Public collaboration relay URL injected into the builder bundle"
2525 required : false
2626 default : " "
@@ -76,12 +76,10 @@ runs:
7676 shell : bash
7777
7878 - name : Build
79- env :
80- PUBLIC_COLLAB_RELAY_URL : ${{ vars.PUBLIC_COLLAB_RELAY_URL }}
8179 run : |
8280 export GITHUB_SHA=${{ inputs.sha }}
8381 export GITHUB_REF_NAME=${{ inputs.ref-name }}
84- export PUBLIC_COLLAB_RELAY_URL=${{ inputs.PUBLIC_COLLAB_RELAY_URL }}
82+ export PUBLIC_COLLAB_RELAY_URL=${{ inputs.public-collab-relay-url }}
8583
8684 if [ "${{ inputs.environment }}" = "production" ]; then
8785 pnpx vercel build --prod
Original file line number Diff line number Diff line change 8686 ref-name : ${{ github.event_name == 'pull_request_target' && format('pr-{0}', github.event.pull_request.number) || github.ref_name }}
8787 sha : ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || github.sha }}
8888 environment : ${{ matrix.environment }}
89- PUBLIC_COLLAB_RELAY_URL : ${{ vars.PUBLIC_COLLAB_RELAY_URL }}
89+ public-collab-relay-url : ${{ vars.PUBLIC_COLLAB_RELAY_URL }}
9090
9191 - uses : ./.github/actions/vercel
9292 if : matrix.environment == 'staging'
9999 ref-name : ${{ github.ref_name }}
100100 sha : ${{ github.sha }}
101101 environment : " production"
102+ public-collab-relay-url : ${{ vars.PUBLIC_COLLAB_RELAY_URL }}
102103
103104 - name : Debug Vercel Outputs
104105 run : |
You can’t perform that action at this time.
0 commit comments