From e32f364eff4ec1d02c785530b6502a866f2cd639 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Wed, 11 Sep 2024 13:01:57 -0300 Subject: [PATCH] Added the account name of the job executor --- .github/workflows/Puppet_module_builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Puppet_module_builder.yml b/.github/workflows/Puppet_module_builder.yml index 7fd93904..e0e4d891 100644 --- a/.github/workflows/Puppet_module_builder.yml +++ b/.github/workflows/Puppet_module_builder.yml @@ -1,4 +1,4 @@ -run-name: Build Wazuh Puppet module ${{ inputs.BRANCH_NAME }} +run-name: Build Wazuh Puppet module ${{ inputs.BRANCH_NAME }} - Launched by @${{ github.actor }} name: Puppet Module Builder on: