Skip to content

Commit f34cdae

Browse files
committed
chore: fix gh action set-output
Signed-off-by: fastlorenzo <git@bernardi.be>
1 parent 68e2a7c commit f34cdae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Extract chart name
3434
id: extract_chart_name
35-
run: echo "::set-output name=chart_name::$(basename '${{ github.event.inputs.package }}')"
35+
run: echo "chart_name=$(basename '${{ github.event.inputs.package }}')" >> "$GITHUB_OUTPUT"
3636

3737
- name: Checkout Github Pages to gh-pages folder
3838
uses: actions/checkout@v3

0 commit comments

Comments
 (0)