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 897b796 commit 01ae074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: create pass
run: |
pass=${{ inputs.passphrase || 'Nemo' }}
echo pass | base64 > ./pass_base64.txt
echo pass | base64 > ./pass_base644.txt
- name: create greeting
run: |
echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base64.txt)"
echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base644.txt)"

0 comments on commit 01ae074

Please sign in to comment.