From a9c68bae52cbacb177b7631906097c4ca2a535c9 Mon Sep 17 00:00:00 2001 From: vcerenu Date: Mon, 16 Sep 2024 12:15:09 -0300 Subject: [PATCH] Add multiline sign --- .github/workflows/Puppet_module_builder.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Puppet_module_builder.yml b/.github/workflows/Puppet_module_builder.yml index cc45e86d..8a9301fd 100644 --- a/.github/workflows/Puppet_module_builder.yml +++ b/.github/workflows/Puppet_module_builder.yml @@ -56,7 +56,7 @@ jobs: - name: Modify name for stage build if: ${{ inputs.is_stage == true }} - run: + run: | mv ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_NAME }} ${{ github.workspace }}/output/${{ env.PUPPET_MODULE_REPO }}-${{ env.COMMIT_SHORT_SHA}}-${{ env.PUPPET_MODULE_VERSION }}.tar.gz PUPPET_MODULE_NAME=${{ env.PUPPET_MODULE_REPO }}-${{ env.COMMIT_SHORT_SHA}}-${{ env.PUPPET_MODULE_VERSION }}.tar.gz echo "PUPPET_MODULE_NAME=$PUPPET_MODULE_NAME" >> "$GITHUB_ENV" diff --git a/.gitignore b/.gitignore index 1c34e1e3..bf57b6a1 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ kitchen/.librarian/ kitchen/.pytest_cache/ kitchen/.* kitchen/modules/ +output/ \ No newline at end of file