Skip to content

Commit

Permalink
Update environments-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-gagnon authored Oct 31, 2023
1 parent 0b5499b commit 77c7994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/environments-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
sleep 15
Production:
name: production
name: Production
needs: [Test, Load-Test]
if: ${{ inputs.environment == 'Production' }}
environment:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Step 1
shell: bash
run: |
echo "Step 1 deploying to '${{ jobs.Production.environment.url }}' ..."
echo "Step 1 deploying to '${{ github.jobs.Production.environment.url }}' ..."
- name: Step 2
shell: bash
run: |
Expand Down

0 comments on commit 77c7994

Please sign in to comment.