We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e357b commit 53ecc24Copy full SHA for 53ecc24
.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