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 e38e96e commit e81d6b3Copy full SHA for e81d6b3
.github/workflows/reusable_export_pr_details.yml
@@ -1,8 +1,5 @@
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:
@@ -40,7 +37,7 @@ on:
40
37
41
38
jobs:
42
39
export_pr_details:
43
- if: inputs.workflow_origin == ${{ env.TRUSTED_ORIGIN }}
+ if: inputs.workflow_origin == 'heitorlessa/aws-lambda-powertools-python'
44
runs-on: ubuntu-latest
45
env:
46
FILENAME: pr.txt
0 commit comments