Skip to content

Commit 6e60cbb

Browse files
authored
Merge pull request #170 from upikoth/feature/issue-169
docs: fix action name in readme
2 parents 01ae142 + 7b95781 commit 6e60cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build application
4444
run: npm run build
4545

46-
- uses: MrMeison/yc-object-storage-upload-action@main
46+
- uses: MrMeison/yc-object-storage-action@main
4747
with:
4848
accessKeyId: ${{ secrets.ACCESS_KEY_ID }}
4949
secretAccessKey: ${{ secrets.SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)