Skip to content

Commit cfaa4cc

Browse files
committed
Merge branch 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python into chore/skip-dep-workflow
* 'develop' of https://github.com/heitorlessa/aws-lambda-powertools-python: fix(ci): only event is resolved in cond
2 parents 9e1acc5 + 53ecc24 commit cfaa4cc

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)