We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfaa4cc + e38e96e commit 7bea840Copy full SHA for 7bea840
.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