Skip to content

Commit c9eb42d

Browse files
committed
Fix indent
1 parent efc8fd8 commit c9eb42d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/developer_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ["dev_pmci","fr-shady"]
2222
container:
2323
image: fr-qafactorydev.europe.altair.com/common-linux64
24-
credentials:
25-
username: ${{secrets.DOCKER_REGISTRY_USER}}
26-
password: ${{secrets.DOCKER_REGISTRY_PASSWD}}
27-
24+
credentials:
25+
username: ${{secrets.DOCKER_REGISTRY_USER}}
26+
password: ${{secrets.DOCKER_REGISTRY_PASSWD}}
27+
2828
steps:
2929
- run: echo "Salut !!"
3030
# - uses: actions/checkout@v4

0 commit comments

Comments
 (0)