We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0179262 commit 833c3d5Copy full SHA for 833c3d5
1 file changed
.github/workflows/test-pull-request.yml
@@ -23,6 +23,16 @@ jobs:
23
- name: Run Integration Tests
24
run: ./scripts/integration.sh
25
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
+
36
approve:
37
name: Approve Bot PRs
38
if: ${{ github.event.pull_request.user.login == 'paketo-bot' || github.event.pull_request.user.login == 'dependabot[bot]' }}
0 commit comments