Skip to content

Commit

Permalink
Update updatecli.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
qclaogui committed Apr 21, 2024
1 parent 17e3c7f commit 071b02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Updatecli: Check for dependency updates"
name: "Check dependency(helm chart) updates"

on:
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/deps-charts.yaml > changelog.out 2>&1
if ! git diff --exit-code > /dev/null; then
echo "changed=true" >> "${GITHUB_OUTPUT}"
echo "body=$(cat changelog.out | awk 'NR >= 22')" >> "${GITHUB_OUTPUT}"
echo "body=$(cat changelog.out | awk 'NR >= 28')" >> "${GITHUB_OUTPUT}"
fi
-
name: Create pull request
Expand Down

0 comments on commit 071b02e

Please sign in to comment.