From 0ca8baf20d3e5213acefbbdb1ee75583de2c8bb5 Mon Sep 17 00:00:00 2001 From: jpardogrowthaccelerationpartners <111309322+jpardogrowthaccelerationpartners@users.noreply.github.com> Date: Thu, 5 Sep 2024 01:28:23 -0400 Subject: [PATCH] [APIPUB-71] - Fix download and extract step in after pull request pipeline (#72) --- .github/workflows/on-pullrequest.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/on-pullrequest.yml b/.github/workflows/on-pullrequest.yml index a982150..7bb3e7e 100644 --- a/.github/workflows/on-pullrequest.yml +++ b/.github/workflows/on-pullrequest.yml @@ -68,3 +68,13 @@ jobs: - name: Perform CodeQL Analysis if: success() uses: github/codeql-action/analyze@cf7e9f23492505046de9a37830c3711dd0f25bb3 # codeql-bundle-v2.16.2 + + event_file: + name: "Event File" + runs-on: ubuntu-latest + steps: + - name: Upload + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + with: + name: Event File + path: ${{ github.event_path }}