Skip to content

Commit e38e96e

Browse files
authored
chore(ci): test env expr
1 parent 53ecc24 commit e38e96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_export_pr_details.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040

4141
jobs:
4242
export_pr_details:
43-
if: ${{ inputs.workflow_origin == env.TRUSTED_ORIGIN }}
43+
if: inputs.workflow_origin == ${{ env.TRUSTED_ORIGIN }}
4444
runs-on: ubuntu-latest
4545
env:
4646
FILENAME: pr.txt

0 commit comments

Comments
 (0)