mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 15:39:02 +00:00
ci: Update flow
This commit is contained in:
parent
e92fd316b0
commit
cf35450ca5
3
.github/workflows/charts-changelog.yaml
vendored
3
.github/workflows/charts-changelog.yaml
vendored
@ -56,8 +56,9 @@ jobs:
|
||||
|
||||
- name: Annotate Charts.yaml for Renovate PR's
|
||||
if: inputs.isRenovatePR == 'true'
|
||||
env:
|
||||
DEFAULT_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||
run: |
|
||||
export DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
||||
CHARTS=(${{ inputs.modifiedCharts }})
|
||||
for i in "${CHARTS[@]}"
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user