mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	ci(hotfix-pr-check): use env input from GitHub to read PR body (#2923)
This commit is contained in:
		
							
								
								
									
										5
									
								
								.github/workflows/hotfix-pr-check.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/hotfix-pr-check.yml
									
									
									
									
										vendored
									
									
								
							| @ -19,8 +19,9 @@ jobs: | |||||||
|  |  | ||||||
|       - name: Get hotfix pull request body |       - name: Get hotfix pull request body | ||||||
|         shell: bash |         shell: bash | ||||||
|         run: | |         env: | ||||||
|           echo '${{ github.event.pull_request.body }}' > hotfix_pr_body.txt |           PR_BODY: ${{ github.event.pull_request.body }} | ||||||
|  |         run: echo $PR_BODY > hotfix_pr_body.txt | ||||||
|  |  | ||||||
|       - name: Get a list of all original PR numbers |       - name: Get a list of all original PR numbers | ||||||
|         shell: bash |         shell: bash | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Shankar Singh C
					Shankar Singh C