Skip to content

Commit

Permalink
Fixing shit
Browse files Browse the repository at this point in the history
  • Loading branch information
vahmed-hamdy authored Nov 17, 2023
1 parent 16c0142 commit 9819b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: add maven server
uses: s4u/maven-settings-action@v2.8.0
with:
servers: '[{"id": "chalixar", "username": ${{ secrets.JF_USER }}, "password": ${{ secrets.JF_PASSWORD }}}]'
servers: '[{"id": "chalixar", "username": "${{ secrets.JF_USER }}", "password": "${{ secrets.JF_PASSWORD }}"}]'

build:

Expand Down

0 comments on commit 9819b32

Please sign in to comment.