mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
- name: Annotate Charts.yaml for Renovate PR's
|
||||||
if: inputs.isRenovatePR == 'true'
|
if: inputs.isRenovatePR == 'true'
|
||||||
|
env:
|
||||||
|
DEFAULT_BRANCH: "${{ github.event.repository.default_branch }}"
|
||||||
run: |
|
run: |
|
||||||
export DEFAULT_BRANCH=$(git remote show origin | awk '/HEAD branch/ {print $NF}')
|
|
||||||
CHARTS=(${{ inputs.modifiedCharts }})
|
CHARTS=(${{ inputs.modifiedCharts }})
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user