Skip to content

Commit 7bea840

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: chore(ci): test env expr
2 parents cfaa4cc + e38e96e commit 7bea840

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)