Skip to content

Commit 7d3e3a0

Browse files
committed
Update validation-rng.yml
1 parent d36558f commit 7d3e3a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validation-rng.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
if: success()
6969
run: |
7070
curl -H "Content-Type: application/json" \
71-
-d '{"content":"✅ Validation RNG : success — halex02/boldensele-numerique — branche main"}' \
71+
-d '{"content":"✅ Validation RNG : success — ${{ github.repository }} — branche ${{ github.ref_name }}$"}' \
7272
"${{ secrets.DISCORD_WEBHOOK_URL }}"
7373
- name: Notification Discord échec
7474
if: failure()
7575
run: |
7676
curl -H "Content-Type: application/json" \
77-
-d '{"content":"❌ Validation RNG : failure — halex02/boldensele-numerique — branche main"}' \
77+
-d '{"content":"❌ Validation RNG : failure — ${{ github.repository }} — branche ${{ github.ref_name }}$"}' \
7878
"${{ secrets.DISCORD_WEBHOOK_URL }}"

0 commit comments

Comments
 (0)