Skip to content

Commit

Permalink
Merge pull request #10 from sgibson91/fix-typos
Browse files Browse the repository at this point in the history
Fixing CI
  • Loading branch information
sgibson91 authored Sep 13, 2024
2 parents 7c764c4 + 6497b95 commit dcdd230
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,12 @@ jobs:
- name: Install dependencies
run: pip install chartpress

- name: Run image, push if necessary
- name: Configure a git user
run: |
git config --global user.name "GitHub Actions user"
git config --global user.email "[email protected]"
- name: Build image, push if necessary
env:
PUBLISH: ${{ steps.publish.outputs.publish }}
run: |
Expand Down

0 comments on commit dcdd230

Please sign in to comment.