Skip to content

Commit

Permalink
Update update_primary_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amrevill authored and GitHub Enterprise committed Mar 18, 2025
1 parent bebd06b commit 1c490d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
# - name: Check environment variables
# run: env

- name: Debug: Print Environment Variables
run: |
env | grep DEV_ || echo "No DEV_ variables found"
# - name: Debug: Print Environment Variables
# run: |
# env | grep DEV_ || echo "No DEV_ variables found"
- name: Set environment variables
run: |
echo "DEV_PORT_PREFIX=80" >> $GITHUB_ENV
Expand Down

0 comments on commit 1c490d7

Please sign in to comment.