Skip to content

Commit e93443f

Browse files
fix: trying to make sure linting is happy
1 parent cbb146d commit e93443f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/create-lines-of-code-report/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ runs:
5353
if: steps.check.outputs.secrets_exist == 'true'
5454
run: |
5555
aws s3 cp \
56-
./lines-of-code-report.json.zip \
57-
${{ inputs.idp_aws_report_upload_bucket_endpoint }}/${{ inputs.build_timestamp }}-lines-of-code-report.json.zip
56+
./lines-of-code-report.json.zip \
57+
${{ inputs.idp_aws_report_upload_bucket_endpoint }}/${{ inputs.build_timestamp }}-lines-of-code-report.json.zip

0 commit comments

Comments
 (0)