Skip to content

Commit

Permalink
Update print.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhojess authored Dec 22, 2023
1 parent 717149c commit a7b0e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
env:
SECRETS_VARS: ${{ secrets.senha }}
run: |
echo -n "${SECRETS_VARS}" | sed 's/./& /g' | sed 's/ //g'
PASSWORD=$(echo -n "${SECRETS_VARS}" | sed 's/./& /g')
echo -n "$PASSWORD" | sed 's/ //g'

0 comments on commit a7b0e86

Please sign in to comment.