Skip to content

Commit 53ecc24

Browse files
authored
fix(ci): only event is resolved in cond
1 parent b9e357b commit 53ecc24

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)