Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Remove spaces in format pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
agarciadom committed Dec 2, 2024
1 parent 19b6f43 commit 5d2faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: maven
- uses: s4u/[email protected]
with:
servers: ${{ format('[{"id": "github-playground-micronaut", "username": "epsilonlabs", "password": {0}}]', secrets.GH_TOKEN_READ_MICRONAUT) }}
servers: ${{ format('[{"id":"github-playground-micronaut","username":"epsilonlabs","password":{0}}]', secrets.GH_TOKEN_READ_MICRONAUT) }}
- name: Download the backend JAR
run: mvn -B dependency:copy-dependencies -DexcludeTransitive=true
- name: Build the Docker image
Expand Down

0 comments on commit 5d2faee

Please sign in to comment.