Skip to content

Commit 4082ebd

Browse files
Correction d'une typo dans le webhook mattermost (#1345)
Fix typo
1 parent 40c406b commit 4082ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd_preprod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
"username": "Bipboop le robot de seconde main",
2929
"icon": "https://cdn3.iconfinder.com/data/icons/system-basic-vol-4-1/20/icon-note-attention-alt3-512.png"
3030
}
31-
- uses: action/checkout@v4
31+
- uses: actions/checkout@v4
3232
- uses: kolok/deploy-to-scalingo@v1
3333
with:
3434
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)