Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 13, 2023
1 parent bc74f32 commit 5d23703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-5.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
testAdditional: ${{ github.workspace }}/tests
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_ID_TEST }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY_TEST }}
SS_BUCKET_PREFIX: lucee-ldev-e-
S3_BUCKET_PREFIX: lucee-ldev-e-
S3_CUSTOM_ACCESS_KEY_ID: "minioadmin"
S3_CUSTOM_SECRET_KEY: "minioadmin"
S3_CUSTOM_HOST: "localhost:9000"
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
testAdditional: ${{ github.workspace }}/tests
S3_ACCESS_KEY_ID: ${{ secrets.S3_ACCESS_ID_TEST }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY_TEST }}
SS_BUCKET_PREFIX: lucee-ldev-e-
S3_BUCKET_PREFIX: lucee-ldev-e-
S3_CUSTOM_ACCESS_KEY_ID: "minioadmin"
S3_CUSTOM_SECRET_KEY: "minioadmin"
S3_CUSTOM_HOST: "localhost:9000"

0 comments on commit 5d23703

Please sign in to comment.