Просмотр исходного кода

Update GitHub workflow for better log readability

The firmware tag output format in the GitHub workflow file has been updated to enhance readability in logs. This has been achieved by modifying the string format expression to handle variable insertion more efficiently. The previous unnecessary comment lines have also been removed for neater configuration.
DerSkythe 2 лет назад
Родитель
Сommit
53435d5a68
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      .github/workflows/build-with-firmware.yml

+ 1 - 3
.github/workflows/build-with-firmware.yml

@@ -1,5 +1,5 @@
 name: "Build for Firmware"
-run-name: "Build ${{ inputs.DEPLOY_TARGET }} by @${{ github.ACTOR }}"
+run-name: "Build ${{ inputs.DEPLOY_TARGET }} triggered ${{ github.EVENT_NAME }} by @${{ github.ACTOR }}"
 
 on:
   workflow_dispatch:
@@ -8,8 +8,6 @@ on:
         description: "Enter version to build or left empty for current version"
         required: false
         type: string
-#  release:
-#    types: [created, prereleased]
   push:
     paths:
       - .github/workflows/build-with-firmware.yml