File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7878        uses : actions/checkout@v4 
7979        with :
8080          path : official-images 
81-           repository : ${{ github.event.inputs.pr_to_official_library && env.TARGET_OFFICIAL_IMAGES_REPO || env.FORKED_OFFICIAL_IMAGES_REPO }} 
81+           repository : ${{ github.event.inputs.pr_to_official_library == 'true'  && env.TARGET_OFFICIAL_IMAGES_REPO || env.FORKED_OFFICIAL_IMAGES_REPO }} 
8282
8383      - name : Generate stackbrew library content 
8484        env :
@@ -104,7 +104,7 @@ jobs:
104104        with :
105105          token : ${{ secrets.GH_TOKEN_FOR_PR }} 
106106          draft : true 
107-           push-to-fork : ${{ github.event.inputs.pr_to_official_library && env.FORKED_OFFICIAL_IMAGES_REPO || '' }} 
107+           push-to-fork : ${{ github.event.inputs.pr_to_official_library == 'true'  && env.FORKED_OFFICIAL_IMAGES_REPO || '' }} 
108108          path : official-images 
109109          branch : redis-${{ steps.parse-release.outputs.release_version }} 
110110          commit-message : " Redis: Update to ${{ steps.parse-release.outputs.release_version }}" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments