Skip to content

Commit

Permalink
fix workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Aug 23, 2024
1 parent 4657b00 commit 927cd3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3  
uses: actions/checkout@v3
- name: Set up Java 22
uses: actions/setup-java@v3
with:
Expand Down
1 change: 1 addition & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@

## First login
`admin:admin` - then forced change

0 comments on commit 927cd3c

Please sign in to comment.