Skip to content

Commit 803f1b3

Browse files
committed
Pass working-directory as an input to the action
1 parent 88054b3 commit 803f1b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/artifact-size-metrics.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171

7272
- name: Show Results
7373
uses: aws/aws-kotlin-repo-tools/.github/actions/artifact-size-metrics/show-results@main
74-
working-directory: smithy-kotlin
74+
with:
75+
working-directory: smithy-kotlin
7576

7677
- name: Evaluate
7778
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-artifact-size-increase') }}

0 commit comments

Comments
 (0)