Skip to content

Commit

Permalink
ci: debug helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Nov 1, 2024
1 parent 6bb3e1b commit 6358e3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
git add charts/k6-operator/values.schema.json
git diff --cached | tee diff.file
echo "WC_DIFF=$(wc -c < diff.file)" >> "$GITHUB_OUTPUT"
echo "Diff is $WC_DIFF."
wc -c < diff.file
cat diff.file
- name: "Make PR"
if: ${{ steps.branch.WC_DIFF }} > 0
run: |
echo "diff ${{ steps.branch.WC_DIFF }}"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 6358e3d

Please sign in to comment.