Maybe this fixes it
This commit is contained in:
		
							parent
							
								
									d59b001b39
								
							
						
					
					
						commit
						d151157326
					
				
							
								
								
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@ -41,11 +41,9 @@ jobs:
 | 
			
		||||
            ...context.repo,
 | 
			
		||||
            tag: "ci-test-${{ matrix.os }}",
 | 
			
		||||
          })
 | 
			
		||||
          const actual = await github.request(release.data.assets[0].browser_download_url, {
 | 
			
		||||
            headers: {
 | 
			
		||||
              Authorization: ""
 | 
			
		||||
            }
 | 
			
		||||
          })
 | 
			
		||||
          const { Octokit } = require("@octokit/core");
 | 
			
		||||
          const octokit = new Octokit();
 | 
			
		||||
          const actual = await octokit.request(release.data.assets[0].browser_download_url)
 | 
			
		||||
          const assert = require('assert').strict;
 | 
			
		||||
          assert.equal(expected, actual)
 | 
			
		||||
    - name: Clean up
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user