We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e1acc5 + 53ecc24 commit cfaa4ccCopy full SHA for cfaa4cc
.github/workflows/reusable_export_pr_details.yml
@@ -40,7 +40,7 @@ on:
40
41
jobs:
42
export_pr_details:
43
- if: inputs.workflow_origin == env.TRUSTED_ORIGIN
+ if: ${{ inputs.workflow_origin == env.TRUSTED_ORIGIN }}
44
runs-on: ubuntu-latest
45
env:
46
FILENAME: pr.txt
0 commit comments