File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ inputs:
1818runs :
1919 using : composite
2020 steps :
21- - name : Export Secrets
22- shell : bash
21+ - shell : bash
2322 env :
2423 SECRETS : ${{ inputs.secrets }}
2524 run : |
Original file line number Diff line number Diff line change 4646 name : " Feature / Debug"
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : MatrixAI/.github/.github/actions/secrets-parse@feature-workflows
49+ - uses : actions/checkout@v4
50+ with :
51+ repository : MatrixAI/.github
52+ ref : ${{ inputs.ref }}
53+ path : tmp/.github
54+ - uses : ./tmp/.github/.github/actions/secrets-parse
5055 with :
5156 secrets : ${{ secrets.DEPLOY_SECRETS }}
57+ # - uses: MatrixAI/.github/.github/actions/secrets-parse@${{ inputs.ref }}
58+ # with:
59+ # secrets: ${{ secrets.DEPLOY_SECRETS }}
5260 - name : Next Part
5361 run : |
5462 echo $SECRET1
You can’t perform that action at this time.
0 commit comments