Skip to content

Commit

Permalink
test: 04 running pipe on the correct branch pre-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo854 committed Oct 6, 2023
1 parent 4e707e6 commit cef7c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sample-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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"
Expand Down

0 comments on commit cef7c2d

Please sign in to comment.