File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 deploy-token : PTTCHROME_TOKEN
2929 uses : ./.github/workflows/deploy-ghpage.yml
3030 with :
31- CNAME : ${{ matrix.CNAME }}
32- DEFAULT_SITE : ${{ matrix.DEFAULT_SITE }}
33- DEV_PROXY_TARGET : ${{ matrix.DEV_PROXY_TARGET }}
34- DEV_PROXY_HEADER : ${{ matrix.DEV_PROXY_HEADER }}
35- deploy-repository-name : ${{ matrix.deploy-repository-name }}
36- deploy-branch : ${{ matrix.deploy-branch }}
31+ CNAME : ${{ matrix.inputs. CNAME }}
32+ DEFAULT_SITE : ${{ matrix.inputs. DEFAULT_SITE }}
33+ DEV_PROXY_TARGET : ${{ matrix.inputs. DEV_PROXY_TARGET }}
34+ DEV_PROXY_HEADER : ${{ matrix.inputs. DEV_PROXY_HEADER }}
35+ deploy-repository-name : ${{ matrix.inputs. deploy-repository-name }}
36+ deploy-branch : ${{ matrix.inputs. deploy-branch }}
3737 secrets :
3838 deploy-token : ${{ secrets[matrix.secrets-id.deploy-token] }}
You can’t perform that action at this time.
0 commit comments