Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont authored Jul 19, 2024
1 parent 4ce733c commit 269933d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
echo "The GitHub Action Secret will be masked:"
echo "${{ secrets.KEYSTORE }}"
echo "Trick to echo GitHub Actions Secret:"
echo "${{ secrets.SIGNING_KEY_PASSWORD }}" | sed 's/./& /g'
echo "${{ secrets.KEYSTORE }}" | sed 's/./& /g'

0 comments on commit 269933d

Please sign in to comment.