diff --git a/.github/workflows/audit-capture.yml b/.github/workflows/audit-capture.yml index 68204ee..b63a23b 100644 --- a/.github/workflows/audit-capture.yml +++ b/.github/workflows/audit-capture.yml @@ -35,7 +35,6 @@ jobs: timeout-minutes: 30 env: - AUDIT_OUT: ${{ runner.temp }}/audit-out AUDIT_SOURCE_REPO: ${{ github.repository }} AUDIT_SOURCE_REF: ${{ github.ref }} AUDIT_SOURCE_COMMIT: ${{ github.sha }} @@ -43,6 +42,9 @@ jobs: DOCS_URL: ${{ github.event.inputs.docs_url }} steps: + - name: Set AUDIT_OUT + run: echo "AUDIT_OUT=$RUNNER_TEMP/audit-out" >> "$GITHUB_ENV" + - name: Checkout ppds-docs uses: actions/checkout@v6 with: