Skip to content

Commit 9c75f9a

Browse files
authoredJun 20, 2023
fix: update reference in workflow (#1518)
1 parent b9fcef6 commit 9c75f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/reusable_export_pr_details.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ on:
3636
jobs:
3737
export_pr_details:
3838
# see https://github.com/aws-powertools/powertools-lambda-python/issues/1349
39-
if: inputs.workflow_origin == 'aws-powertools/lambda-typescript'
39+
if: inputs.workflow_origin == 'aws-powertools/powertools-lambda-typescript'
4040
runs-on: ubuntu-latest
4141
env:
4242
FILENAME: pr.txt
@@ -83,4 +83,4 @@ jobs:
8383
run: echo prAction="$(jq -c '.action' "${FILENAME}")" >> "$GITHUB_OUTPUT"
8484
- name: "Export Pull Request Merged status"
8585
id: prIsMerged
86-
run: echo prIsMerged="$(jq -c '.pull_request.merged' "${FILENAME}")" >> "$GITHUB_OUTPUT"
86+
run: echo prIsMerged="$(jq -c '.pull_request.merged' "${FILENAME}")" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)
Please sign in to comment.