Skip to content

Commit d59bf21

Browse files
committed
WIP
1 parent 1984075 commit d59bf21

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)