We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3152552 commit ab6fe51Copy full SHA for ab6fe51
.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 == 'bla/bla'
41
runs-on: ubuntu-latest
42
env:
43
FILENAME: pr.txt
0 commit comments