Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 7deb185

Browse files
committed
Capitalize deploy username
1 parent 6dd177e commit 7deb185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
4242
publish_dir: ./out
43-
user_name: "gha"
43+
user_name: "GHA"
4444
user_email: "[email protected]"
4545
commit_message: "Automatic deploy of coverage report"

0 commit comments

Comments
 (0)