@@ -335,7 +335,7 @@ jobs:
335335 update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
336336 git switch -c "${update_branch}"
337337 git add .
338- git commit -m "Update Debian secure-boot MOK "
338+ git commit -m "Update Debian surface-control "
339339 git push --set-upstream origin "${update_branch}"
340340
341341 repo-f32 :
@@ -385,7 +385,7 @@ jobs:
385385 update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
386386 git checkout -b "${update_branch}"
387387 git add .
388- git commit -m "Update Fedora 32 secure-boot MOK "
388+ git commit -m "Update Fedora 32 surface-control "
389389 git push --set-upstream origin "${update_branch}"
390390
391391 repo-f31 :
@@ -435,7 +435,7 @@ jobs:
435435 update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
436436 git checkout -b "${update_branch}"
437437 git add .
438- git commit -m "Update Fedora 31 secure-boot MOK "
438+ git commit -m "Update Fedora 31 surface-control "
439439 git push --set-upstream origin "${update_branch}"
440440
441441 repo-f30 :
@@ -485,5 +485,5 @@ jobs:
485485 update_branch="${BRANCH_STAGING}-$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
486486 git checkout -b "${update_branch}"
487487 git add .
488- git commit -m "Update Fedora 30 secure-boot MOK "
488+ git commit -m "Update Fedora 30 surface-control "
489489 git push --set-upstream origin "${update_branch}"
0 commit comments