correct input name

This commit is contained in:
hezijie 2024-09-13 10:21:13 +08:00
parent 869b6f6930
commit f8057aea5e

View File

@ -19,7 +19,7 @@ jobs:
steps: steps:
- name: checkout - name: checkout
run: run:
gh pr checkout ${{ inputs.query }} gh pr checkout ${{ inputs.pr_number }}
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files
uses: tj-actions/changed-files@v34 uses: tj-actions/changed-files@v34
@ -43,7 +43,7 @@ jobs:
docker run --rm -v $(pwd):/src -w /src/test --network=host -e MSI_ID -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform:latest sh -c "pkenv install 1.10.2 && go mod tidy && go test -timeout=360m -v ./e2e" docker run --rm -v $(pwd):/src -w /src/test --network=host -e MSI_ID -e ARM_SUBSCRIPTION_ID -e ARM_TENANT_ID -e ARM_CLIENT_ID -e ARM_OIDC_REQUEST_TOKEN -e ARM_OIDC_REQUEST_URL -e ARM_USE_OIDC=true -e CHANGED_FOLDERS mcr.microsoft.com/azterraform:latest sh -c "pkenv install 1.10.2 && go mod tidy && go test -timeout=360m -v ./e2e"
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3
with: with:
name: TestRecord-${{ inputs.query }} name: TestRecord-${{ inputs.pr_number }}
retention-days: 60 retention-days: 60
path: | path: |
quickstart/**/TestRecord.md.tmp quickstart/**/TestRecord.md.tmp