Skip to content

Commit

Permalink
test: 13 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 a0c3220 commit e68da35
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 @@ -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"
Expand Down

0 comments on commit e68da35

Please sign in to comment.