File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 8787        repository : DataDog/civis-gha-monitor-action 
8888        token : ${{ secrets.DD_CIVIS_GHA_MONITORING_ACTION_KEY }} 
8989        ref : main 
90-         path : ./ civis-action
90+         path : civis-action 
9191    - name : Setup CI Visibility GitHub SaaS Runner Monitoring 
92-       uses : ./ civis-action
92+       uses : civis-action 
9393      with :
9494        upload-artifacts : ' true' 
9595    - name : Compute ref 
Original file line number Diff line number Diff line change @@ -157,6 +157,19 @@ jobs:
157157        weblog : ${{ fromJson(needs.compute_parameters.outputs.endtoend_defs_parallel_weblogs) }} 
158158      fail-fast : false 
159159    steps :
160+       - name : Checkout CI Visibility GitHub SaaS Runner Monitoring action 
161+         if : runner.os == 'Linux' 
162+         uses : actions/checkout@v4 
163+         with :
164+           repository : DataDog/civis-gha-monitor-action 
165+           token : ${{ secrets.DD_CIVIS_GHA_MONITORING_ACTION_KEY }} 
166+           ref : main 
167+           path : civis-action 
168+       - name : Setup CI Visibility GitHub SaaS Runner Monitoring 
169+         if : runner.os == 'Linux' 
170+         uses : civis-action 
171+         with :
172+           upload-artifacts : ' true' 
160173      - name : Compute ref 
161174        id : compute_ref 
162175        run : | 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments