We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b97b971 commit 6b45fa5Copy full SHA for 6b45fa5
.github/workflows/test.yaml
@@ -67,8 +67,8 @@ jobs:
67
$encodedBytes = [System.Convert]::FromBase64String($env:NAMECOIN_TEST);
68
Set-Content $secretFileNamecoin -Value $encodedBytes -AsByteStream;
69
$secretFileNamecoinHash = Get-FileHash $secretFileNamecoin;
70
- Write-Output "::set-output name=SECRET_FILE_FIRO::$secretFileNamecoin";
71
- Write-Output "::set-output name=SECRET_FILE_FIRO_HASH::$($secretFileNamecoinHash.Hash)";
+ Write-Output "::set-output name=SECRET_FILE_NAMECOIN::$secretFileNamecoin";
+ Write-Output "::set-output name=SECRET_FILE_NAMECOIN_HASH::$($secretFileNamecoinHash.Hash)";
72
Write-Output "Secret file $secretFileNamecoin has hash $($secretFileNamecoinHash.Hash)";
73
74
shell: pwsh
0 commit comments