Skip to content

Commit

Permalink
Merge pull request #22 from sgibson91/fix-formatting-2
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
sgibson91 authored Sep 18, 2024
2 parents 8a2409d + 7529fc7 commit b7e8167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Decide to publish the chart or not
id: publish
shell: python
run : |
run: |
import os
publish = ""
Expand All @@ -44,7 +44,7 @@ jobs:
):
publish = "true"
print("Publishing chart")
output_file = os.getenv("GITHUB_OUTPUT")
with open(output_file, "w") as f:
f.write(f"publish={publish}\n")
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: "3.x"

- name: Install dependencies
run: pip install chartpress
Expand Down

0 comments on commit b7e8167

Please sign in to comment.