We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 879fcbe commit b1973b2Copy full SHA for b1973b2
.github/workflows/reusable_export_pr_details.yml
@@ -37,7 +37,7 @@ on:
37
38
jobs:
39
export_pr_details:
40
- if: inputs.workflow_origin == "bla/bla"
+ if: inputs.workflow_origin == "dummy_org/dummy_repo"
41
runs-on: ubuntu-latest
42
env:
43
FILENAME: pr.txt
0 commit comments