mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
Hmm
This commit is contained in:
parent
03e87a3a12
commit
937437a2cd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/charts-changelog.yaml
vendored
1
.github/workflows/charts-changelog.yaml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
||||||
- name: Check changelog annotations
|
- name: Check changelog annotations
|
||||||
if: inputs.isRenovatePR != 'true'
|
if: inputs.isRenovatePR != 'true'
|
||||||
run: |
|
run: |
|
||||||
|
pwd
|
||||||
IN_CHARTS=(${{ inputs.modifiedCharts }})
|
IN_CHARTS=(${{ inputs.modifiedCharts }})
|
||||||
CHARTS=($(python -c 'import sys;a=sys.argv[1].translate(str.maketrans("","","[]")).split(",");print(" ".join(a))' $IN_CHARTS))
|
CHARTS=($(python -c 'import sys;a=sys.argv[1].translate(str.maketrans("","","[]")).split(",");print(" ".join(a))' $IN_CHARTS))
|
||||||
for i in "${CHARTS[@]}"
|
for i in "${CHARTS[@]}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue