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 1aa1094 commit a16c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v2
- name: print Secrets
env:
USER_NAME: ${{ env.USER_NAME }}
USER_NAME: ${{ secrets.USER_NAME }}
USER_PASSWORD: ${{ secrets.USER_PASSWORD }}
run: |
echo "USER_NAME: $USER_NAME"
Expand Down

0 comments on commit a16c919

Please sign in to comment.