Skip to content

Commit de1f9dd

Browse files
committed
Fix commit message
Signed-off-by: Dorian Stoll <[email protected]>
1 parent f60e27e commit de1f9dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
343343
git switch -c "${update_branch}"
344344
git add .
345-
git commit -m "Update Debian secure-boot MOK"
345+
git commit -m "Update Debian DTX daemon"
346346
git push --set-upstream origin "${update_branch}"
347347
348348
repo-f32:
@@ -392,7 +392,7 @@ jobs:
392392
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
393393
git checkout -b "${update_branch}"
394394
git add .
395-
git commit -m "Update Fedora 32 secure-boot MOK"
395+
git commit -m "Update Fedora 32 DTX daemon"
396396
git push --set-upstream origin "${update_branch}"
397397
398398
repo-f31:
@@ -442,7 +442,7 @@ jobs:
442442
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
443443
git checkout -b "${update_branch}"
444444
git add .
445-
git commit -m "Update Fedora 31 secure-boot MOK"
445+
git commit -m "Update Fedora 31 DTX daemon"
446446
git push --set-upstream origin "${update_branch}"
447447
448448
repo-f30:
@@ -492,5 +492,5 @@ jobs:
492492
update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
493493
git checkout -b "${update_branch}"
494494
git add .
495-
git commit -m "Update Fedora 30 secure-boot MOK"
495+
git commit -m "Update Fedora 30 DTX daemon"
496496
git push --set-upstream origin "${update_branch}"

0 commit comments

Comments
 (0)