Skip to content

Commit

Permalink
[APIPUB-71] - Fix download and extract step in after pull request pip…
Browse files Browse the repository at this point in the history
…eline (#72)
  • Loading branch information
jpardogrowthaccelerationpartners authored Sep 5, 2024
1 parent 7905afa commit 0ca8baf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/on-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 0ca8baf

Please sign in to comment.