Skip to content

Commit

Permalink
EXPLORE
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Sep 16, 2023
1 parent a7645ab commit db99817
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
environment: ${{ inputs.environment }}
steps:

- run: printenv ENV HUGO_ENV
- run: printenv ENV && true
env:
ENV: ${{ inputs.environment }}
- run: printenv HUGO_ENV && true

- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit db99817

Please sign in to comment.