From e68da352053a1e7664bced232bdd8e2c3d8d0486 Mon Sep 17 00:00:00 2001 From: Eduardo Fernandes de Souza Date: Fri, 6 Oct 2023 15:53:11 -0300 Subject: [PATCH] test: 13 running pipe on the correct branch pre-deployment --- .github/workflows/sample-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-app.yaml b/.github/workflows/sample-app.yaml index eebdec5..354479f 100644 --- a/.github/workflows/sample-app.yaml +++ b/.github/workflows/sample-app.yaml @@ -84,7 +84,7 @@ jobs: run: | mkdir -p helm-store/app/${{ steps.extract-repository-name.outputs.REPO_NAME }} cp *.tgz helm-store/app/${{ steps.extract-repository-name.outputs.REPO_NAME }}/ - - name: Commit and Push Changes + - name: Commit and Push Changes run: | cd helm-store/ git config user.name "$GITHUB_ACTOR"