We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c4fbd commit b9e357bCopy full SHA for b9e357b
.github/workflows/reusable_export_pr_details.yml
@@ -1,5 +1,8 @@
1
name: Export previously recorded PR
2
3
+env:
4
+ TRUSTED_ORIGIN: "heitorlessa/aws-lambda-powertools-python"
5
+
6
on:
7
workflow_call:
8
inputs:
@@ -37,7 +40,7 @@ on:
37
40
38
41
jobs:
39
42
export_pr_details:
- if: inputs.workflow_origin == 'bla/bla'
43
+ if: inputs.workflow_origin == env.TRUSTED_ORIGIN
44
runs-on: ubuntu-latest
45
env:
46
FILENAME: pr.txt
0 commit comments