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 1ad1a21 commit 126092b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
steps:
- name: create pass
run: |
passcd=${{ inputs.passphrase || 'Nemo' }}
echo $passcd | base64 > ./pass_base64.txt
echo ${{ inputs.passphrase || 'Nemo' }} | base64 > ./pass_base64.txt
- name: create greeting
run: |
echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base64.txt)"

0 comments on commit 126092b

Please sign in to comment.