File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 4343 script_api_url : https://wmtools-backend.interledger-test.dev/
4444 script_frontend_url : https://wmtools.interledger-test.dev/
4545 script_ilpay_url : https://interledgerpay.com/extension/
46- script_init_url : https://cdn.webmonetization.org/
4746 steps :
4847 - name : Checkout code
4948 uses : actions/checkout@v4
6766 ${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_API_URL={0}', matrix.package.script_api_url) || '' }}
6867 ${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_FRONTEND_URL={0}', matrix.package.script_frontend_url) || '' }}
6968 ${{ matrix.package.identifier == 'frontend' && format('VITE_SCRIPT_ILPAY_URL={0}', matrix.package.script_ilpay_url) || '' }}
70- ${{ matrix.package.identifier == 'frontend' && format('VITE_INIT_SCRIPT_URL={0}', matrix.package.script_init_url) || '' }}
7169 tags : ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/${{ matrix.package.name }}:latest
You can’t perform that action at this time.
0 commit comments