Skip to content

Commit 1c29df3

Browse files
authored
chore(prlint): fix artifact name mismatch (#26542)
Ugh: https://github.com/aws/aws-cdk/actions/runs/5685197735 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent f9eddc9 commit 1c29df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-linter-trigger.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
echo $PR_SHA > ./pr/pr_sha
2020
- uses: actions/upload-artifact@v3
2121
with:
22-
name: pr_number
22+
name: pr_info
2323
path: pr/

0 commit comments

Comments
 (0)