mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add "content" to deploy-ha-addon-repo dispatch (#4349)
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -142,11 +142,10 @@ jobs: | |||||||
|           TOKEN: ${{ secrets.DEPLOY_HA_ADDON_REPO_TOKEN }} |           TOKEN: ${{ secrets.DEPLOY_HA_ADDON_REPO_TOKEN }} | ||||||
|         # yamllint disable rule:line-length |         # yamllint disable rule:line-length | ||||||
|         run: | |         run: | | ||||||
|           TAG="${GITHUB_REF#refs/tags/}" |  | ||||||
|           curl \ |           curl \ | ||||||
|             -u ":$TOKEN" \ |             -u ":$TOKEN" \ | ||||||
|             -X POST \ |             -X POST \ | ||||||
|             -H "Accept: application/vnd.github.v3+json" \ |             -H "Accept: application/vnd.github.v3+json" \ | ||||||
|             https://api.github.com/repos/esphome/home-assistant-addon/actions/workflows/bump-version.yml/dispatches \ |             https://api.github.com/repos/esphome/home-assistant-addon/actions/workflows/bump-version.yml/dispatches \ | ||||||
|             -d "{\"ref\":\"main\",\"inputs\":{\"version\":\"$TAG\"}}" |             -d '{"ref":"main","inputs":{"version":"${{ github.event.release.tag_name }}","content":${{ toJSON(github.event.release.body) }}}}' | ||||||
|         # yamllint enable rule:line-length |         # yamllint enable rule:line-length | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user