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 2ac1059 commit fde6632
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ on:
jobs:
job_environment:
runs-on: ubuntu-latest
environment: ${{ github.events.inputs.environment }}
environment: ${{github.event.inputs.environment}}
steps:
- name: api
run: echo "API_URL=${{ vars.API_URL }}" >> $GITHUB_OUTPUT
- id: api
run: echo "API_URL=${{vars.API_URL}}" >> $GITHUB_OUTPUT

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

- name: imprimir variables
run: |
Expand Down

0 comments on commit fde6632

Please sign in to comment.