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

Commit e0c7e8b

Browse files
committed
Fix CI Workflow Typo
1 parent a1fb947 commit e0c7e8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: mvn -B verify --file pom.xml
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
USENAME: ${{ github.actor }}
44+
USERNAME: ${{ github.actor }}
4545

4646
- name: Perform CodeQL Analysis
4747
uses: github/codeql-action/analyze@v1
@@ -80,4 +80,4 @@ jobs:
8080
run: mvn -B deploy -DskipTests --file pom.xml
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83-
USENAME: ${{ github.actor }}
83+
USERNAME: ${{ github.actor }}

0 commit comments

Comments
 (0)