Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-webdevelop authored May 24, 2024
1 parent 20149a7 commit 1ad1a21
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
- name: create pass
run: |
passcd=${{ inputs.passphrase || 'Nemo' }}
echo passcd
echo passcd | base64
echo passcd | base64 > ./pass_base644.txt
echo $passcd | base64 > ./pass_base64.txt
- name: create greeting
run: |
echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base644.txt)"
echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base64.txt)"

0 comments on commit 1ad1a21

Please sign in to comment.