Skip to content

Commit

Permalink
Update deploy-environment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorcajas authored Oct 9, 2024
1 parent fde6632 commit 345f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: echo "API_URL=${{vars.API_URL}}" >> $GITHUB_OUTPUT

- id: log
run: echo "API_URL=${{vars.LOG_LEVEL}}" >> $GITHUB_OUTPUT
run: echo "LOG_LEVEL=${{vars.LOG_LEVEL}}" >> $GITHUB_OUTPUT

- name: imprimir variables
run: |
Expand Down

0 comments on commit 345f91e

Please sign in to comment.