Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fragrans authored Jun 6, 2024
1 parent c7528a0 commit 867b224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
env: # Or as an environment variable
ftp_pass: ${{ secrets.FTP_PASSWORD }}
ftp_user: ${{ secrets.FTP_USERNAME }}
run: echo "$ftp_pass, $ftp_user"
run: |
echo "$ftp_pass, $ftp_user" > some.txt
cat some.txt

0 comments on commit 867b224

Please sign in to comment.