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 71fd1bb commit d7540b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
uses: actions/checkout@v2
- name: print Secrets
run: |
echo "USER_NAME=${{ secrets.USER_NAME }}"
echo "USER_PASSWORD=${{ secrets.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 d7540b2

Please sign in to comment.