Skip to content

Commit

Permalink
uses: actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispsheehan committed Jan 10, 2024
1 parent 814d2cb commit 0810805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- id: dev-deploy
uses: ./.github/workflows/deploy-environment.yml
with:
stage: dev

get-url:
needs: dev
runs-on: ubuntu-latest
steps:
- run: echo random-number ${{ steps.dev-deploy.outputs.api-url }}
Expand Down

0 comments on commit 0810805

Please sign in to comment.