Skip to content

Commit 833c3d5

Browse files
committed
Updating github-config
1 parent 0179262 commit 833c3d5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@ jobs:
2323
- name: Run Integration Tests
2424
run: ./scripts/integration.sh
2525

26+
upload:
27+
name: Upload Workflow Event Payload
28+
runs-on: ubuntu-latest
29+
steps:
30+
- name: Upload Artifact
31+
uses: actions/upload-artifact@v2
32+
with:
33+
name: event-payload
34+
path: ${{ github.event_path }}
35+
2636
approve:
2737
name: Approve Bot PRs
2838
if: ${{ github.event.pull_request.user.login == 'paketo-bot' || github.event.pull_request.user.login == 'dependabot[bot]' }}

0 commit comments

Comments
 (0)