Browse Source

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 năm trước cách đây
mục cha
commit
53435d5a68
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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