Skip to content

Commit

Permalink
Added missing name statement in package generation workflows (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauldpm committed Jun 6, 2024
1 parent dfb22c6 commit bd9dad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_wazuh_dashboard_with_plugins.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
run-name: Build ${{ inputs.system }} wazuh-dashboard on ${{ inputs.architecture }} ${{ inputs.is_stage && '- is stage' || '' }} ${{ inputs.checksum && '- checksum' || '' }} ${{ inputs.debug && '- debug' || '' }} ${{ inputs.id }}
name: Build Wazuh dashboard with plugins

on:
workflow_dispatch:
Expand Down

0 comments on commit bd9dad2

Please sign in to comment.