Преглед на файлове

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 години
родител
ревизия
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