Skip to content

Commit 79c65d7

Browse files
committed
v2
1 parent ed25995 commit 79c65d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/verify.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ jobs:
77
runs-on: ubuntu-latest
88
name: verify PR contents
99
steps:
10+
- name: test
11+
run: echo "$GITHUB_CONTEXT"
12+
env:
13+
GITHUB_CONTEXT: ${{ toJSON(github) }}
1014
- name: Verifier action
1115
id: verifier
1216
uses: kubernetes-sigs/[email protected]
1317
# Don't run this step on PRs created by the cherry-pick bot,
1418
# as the PR description is too short, but otherwise the PRs are fine.
15-
if: ${{ github.event.pull_request_target.head.repo.owner.login != 'chrischdi' }}
19+
if: ${{ github.event.pull_request.head.repo.owner.login != 'chrischdi' }}
1620
with:
1721
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)