Skip to content

Commit

Permalink
Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-hydraulic authored Jun 18, 2023
1 parent c1377c6 commit e97be76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
ENV_SECRET: ${{ secrets.SUPER_SECRET }}
run: |
echo $Env:ENV_SECRET
$foo = [System.Text.Encoding]::Utf8.GetString([System.Convert]::FromBase64String($Env:ENV_SECRET))
echo "$foo"
$foo = [System.Text.Encoding]::Utf8.GetString([System.Convert]::FromBase64String($Env:ENV_SECRET))
echo "::add-mask::$foo"
echo "$foo"

0 comments on commit e97be76

Please sign in to comment.