Fix curl switch
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/webhook.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/webhook.yaml
									
									
									
									
										vendored
									
									
								
							@@ -6,7 +6,7 @@ jobs:
 | 
				
			|||||||
    runs-on: ubuntu-latest
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - run: |
 | 
					      - run: |
 | 
				
			||||||
          curl -x POST -H "Authorization: token ${GH_WORKFLOW_PAT}" -H "Content-Type: application/json" \
 | 
					          curl -X POST -H "Authorization: token ${GH_WORKFLOW_PAT}" -H "Content-Type: application/json" \
 | 
				
			||||||
          https://api.github.com/repos/infogulch/index/dispatches \
 | 
					          https://api.github.com/repos/infogulch/index/dispatches \
 | 
				
			||||||
          -d '{"event_type": "notebooks_push"}'
 | 
					          -d '{"event_type": "notebooks_push"}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user