We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e958565 commit 5b0c706Copy full SHA for 5b0c706
.github/workflows/test-pull-request.yml
@@ -12,19 +12,7 @@ permissions:
12
actions: read
13
14
jobs:
15
- debug:
16
- runs-on: ubuntu-latest
17
- steps:
18
- - name: Debug Event
19
- run: |
20
- echo "Event name: ${{ github.event_name }}"
21
- echo "PR number: ${{ github.event.pull_request.number }}"
22
- echo "PR base ref: ${{ github.event.pull_request.base.ref }}"
23
- echo "PR head ref: ${{ github.event.pull_request.head.ref }}"
24
- echo "PR state: ${{ github.event.pull_request.state }}"
25
-
26
testing:
27
- needs: debug
28
uses: ./.github/workflows/validate-pr_job.yml
29
secrets: inherit
30
permissions: write-all
0 commit comments