We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbecbf1 commit b71f33eCopy full SHA for b71f33e
.github/workflows/on_opened_pr.yml
@@ -20,8 +20,6 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v3
23
- - name: "Debug workflow_run event"
24
- run: echo "${{ github }}"
25
- name: "Ensure related issue is present"
26
uses: actions/github-script@v6
27
env:
0 commit comments