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 78976b5 commit 2bd8722Copy full SHA for 2bd8722
.github/workflows/lib/export_pr_details.yml renamed to .github/workflows/export_pr_details.yml
.github/workflows/on_opened_pr.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
get_pr_details:
13
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
14
- uses: ./.github/workflows/lib/export_pr_details.yml
+ uses: ./.github/workflows/export_pr_details.yml
15
with:
16
record_pr_workflow_id: ${{ github.event.workflow_run.id }}
17
secrets:
0 commit comments