Skip to content

Commit

Permalink
Update github-action-nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit-clouddrove authored Feb 8, 2024
1 parent 7ddfc59 commit 4cecaf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2
- name: print Secrets
# env:
# USER_NAME: ${{ secrets.USER_NAME }}
# USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
env:
USER_NAME: ${{ secrets.USER_NAME }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
run: |
echo USER_NAME=$USER_NAME
echo USER_PASSWORD=$USER_PASSWORD
# echo USER_NAME=$USER_NAME
# echo USER_PASSWORD=$USER_PASSWORD
- name: Create and Navigate to Directory
run: |
Expand Down

0 comments on commit 4cecaf7

Please sign in to comment.