Skip to content

Commit c4f1bbf

Browse files
style: fix Prettier formatting for helm release workflow docs
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 13676ef commit c4f1bbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ docker build -f frontend/Dockerfile \
119119
**File:** `.github/workflows/helm-publish-showcase.yaml`
120120
**Name:** `Publish showcase Helm chart (GHCR OCI)`
121121

122-
**Triggers:** Push to **`main`** when **`charts/showcase/**`** (or the workflow) changes; **`workflow_dispatch`**.
122+
**Triggers:** Push to **`main`** when **`charts/showcase/**`** (or the workflow) changes; **`workflow_dispatch`\*\*.
123123

124124
Packages **`charts/showcase`** and pushes to **`oci://ghcr.io/bcgov/bc-wallet-showcase-chart`**. Does not require a chart version bump (overwrites the OCI tag for the packaged version).
125125

@@ -130,7 +130,7 @@ Packages **`charts/showcase`** and pushes to **`oci://ghcr.io/bcgov/bc-wallet-sh
130130
**File:** `.github/workflows/helm-release-showcase.yaml`
131131
**Name:** `Release showcase Helm chart (GitHub Pages)`
132132

133-
**Triggers:** Push to **`main`** when **`charts/showcase/**`** (or the workflow) changes; **`workflow_dispatch`**.
133+
**Triggers:** Push to **`main`** when **`charts/showcase/**`** (or the workflow) changes; **`workflow_dispatch`\*\*.
134134

135135
Runs **chart-releaser** when **`charts/showcase/Chart.yaml`** **`version`** is new: creates a GitHub Release, packages the chart (with vendored dependencies), and updates **`index.yaml`** on the **`gh-pages`** branch.
136136

.github/workflows/helm-release-showcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
charts_dir: charts
4242
skip_existing: true
4343
env:
44-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
44+
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
4545

4646
- name: Release summary
4747
if: always()

0 commit comments

Comments
 (0)