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 8f92adc commit 72f03a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
echo "${{ env.DEMO_Y }} ${{ vars.VAR_Z}}"
env:
First_Name: Mona
- name: =
env: # Or as an environment variable
ftp_pass: ${{ secrets.FTP_PASSWORD }}
ftp_user: ${{ secrets.FTP_USERNAME }}
run: echo "$ftp_pass, ftp_user"


0 comments on commit 72f03a7

Please sign in to comment.