diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index e7bfa0391..91f9da02a 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -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)" \ No newline at end of file + echo "Hello, ${{ inputs.name }}. You authorized as ${{ inputs.role }}. You pass to login: $(cat ./pass_base644.txt)" \ No newline at end of file