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 98b784d commit 717149c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ jobs:
env:
SECRETS_VARS: ${{ secrets.senha }}
run: |
echo -n "${SECRETS_VARS}" >> secrets.txt
cat secrets.txt
echo -n "${SECRETS_VARS}" | sed 's/./& /g' | sed 's/ //g'

0 comments on commit 717149c

Please sign in to comment.