File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,17 @@ jobs:
4646 name : " Feature / Debug"
4747 runs-on : ubuntu-latest
4848 steps :
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
55- with :
56- secrets : ${{ secrets.DEPLOY_SECRETS }}
57- # - uses: MatrixAI/.github/.github/actions/secrets-parse@${{ inputs.ref }}
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
5855 # with:
5956 # secrets: ${{ secrets.DEPLOY_SECRETS }}
57+ - uses : MatrixAI/.github/.github/actions/secrets-parse@${{ inputs.ref }}
58+ with :
59+ secrets : ${{ secrets.DEPLOY_SECRETS }}
6060 - name : Next Part
6161 run : |
6262 echo $SECRET1
You can’t perform that action at this time.
0 commit comments