Open zarfld opened 4 weeks ago
Run echo "Checking GitHub Actions permissions..." echo "Checking GitHub Actions permissions..." if [ -z "" ]; then echo "GitHub Actions token is not set. Please check repository settings." exit 1 else echo "GitHub Actions token is set." fi shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" env: WDK_IncludePath: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10.1\Include\10.1.18362.1 NUGET: C:\hostedtoolcache\windows\nuget.exe\6.11.1\x64/nuget.exe ParserError: D:\a_temp\795da84d-5048-490a-a6d7-1791b038f585.ps1:3 Line | 3 | if [ -z "" ]; then | ~ | Missing '(' after 'if' in if statement. Error: Process completed with exit code 1.
Run echo "Checking GitHub Actions permissions..." echo "Checking GitHub Actions permissions..." if [ -z "" ]; then echo "GitHub Actions token is not set. Please check repository settings." exit 1 else echo "GitHub Actions token is set." fi shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'" env: WDK_IncludePath: C:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10.1\Include\10.1.18362.1 NUGET: C:\hostedtoolcache\windows\nuget.exe\6.11.1\x64/nuget.exe ParserError: D:\a_temp\795da84d-5048-490a-a6d7-1791b038f585.ps1:3 Line | 3 | if [ -z "" ]; then | ~ | Missing '(' after 'if' in if statement. Error: Process completed with exit code 1.