Skip to content

Commit

Permalink
fix(ci): don't extract into a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jan 20, 2025
1 parent 0043911 commit b2f516d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr-comment-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: comment_body
path: comment_body.md
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- run: ./.github/scripts/create-values-diff.sh ${{ github.event.number }} "charts/${{ needs.getChangedChart.outputs.chart }}" --body comment_body.md

0 comments on commit b2f516d

Please sign in to comment.