Skip to content

Commit b9e357b

Browse files
authored
chore(ci): test default env
1 parent 79c4fbd commit b9e357b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable_export_pr_details.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Export previously recorded PR
22

3+
env:
4+
TRUSTED_ORIGIN: "heitorlessa/aws-lambda-powertools-python"
5+
36
on:
47
workflow_call:
58
inputs:
@@ -37,7 +40,7 @@ on:
3740

3841
jobs:
3942
export_pr_details:
40-
if: inputs.workflow_origin == 'bla/bla'
43+
if: inputs.workflow_origin == env.TRUSTED_ORIGIN
4144
runs-on: ubuntu-latest
4245
env:
4346
FILENAME: pr.txt

0 commit comments

Comments
 (0)