Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 43c41e4

Browse files
author
Filip Nikolovski
committed
Fix name in job
1 parent 50f9571 commit 43c41e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
npm i
2626
fi
2727
npm run build
28-
- name: Configure AWS credentials from Test account
28+
- name: Configure AWS credentials
2929
uses: aws-actions/configure-aws-credentials@v1
3030
with:
3131
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)