mirror of
				https://github.com/TeamPiped/Piped-Kubernetes.git
				synced 2024-08-14 23:57:15 +00:00 
			
		
		
		
	Trying to fix the charts-changelog.
This commit is contained in:
		
							parent
							
								
									729fecd90d
								
							
						
					
					
						commit
						3f6aa1e3e8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/charts-changelog.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/charts-changelog.yaml
									
										
									
									
										vendored
									
									
								
							|  | @ -29,7 +29,7 @@ jobs: | ||||||
|         run: | |         run: | | ||||||
|           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/${CHARTS[@]}" |           for i in charts/"${CHARTS[@]}" | ||||||
|           do |           do | ||||||
|               IFS='/' read -r -a chart_parts <<< "$i" |               IFS='/' read -r -a chart_parts <<< "$i" | ||||||
|               ./.github/scripts/check-releasenotes.sh "${chart_parts[0]}/${chart_parts[1]}" |               ./.github/scripts/check-releasenotes.sh "${chart_parts[0]}/${chart_parts[1]}" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue