Skip to content

Commit

Permalink
Update test-sign-installer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Feb 19, 2025
1 parent 342d8d9 commit c28f7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-sign-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
@echo off
setlocal EnableDelayedExpansion
echo %MULTILINE_SECRET_DEBUG% > myfile.txt
echo ${{ secrets.MULTILINE_SECRET_DEBUG }} > myfile.txt
type myfile.txt
Expand Down

0 comments on commit c28f7e7

Please sign in to comment.