From f8057aea5e86662483145ca2c03f146227b2c926 Mon Sep 17 00:00:00 2001 From: hezijie Date: Fri, 13 Sep 2024 10:21:13 +0800 Subject: [PATCH] correct input name --- .github/workflows/e2e.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 414bbfdc..c2830694 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -19,7 +19,7 @@ jobs: steps: - name: checkout run: - gh pr checkout ${{ inputs.query }} + gh pr checkout ${{ inputs.pr_number }} - name: Get changed files id: changed-files 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" - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 with: - name: TestRecord-${{ inputs.query }} + name: TestRecord-${{ inputs.pr_number }} retention-days: 60 path: | quickstart/**/TestRecord.md.tmp \ No newline at end of file