Skip to content

Commit

Permalink
fix: workflow use syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrjohnson21 authored Oct 23, 2023
1 parent bf11a79 commit 294a91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
call-workflow:
uses: mbta/workflows/.github/workflows/deploy-ecs@v2
uses: mbta/workflows/deploy-ecs@v2
with:
app-name: arrow
environment: ${{ github.event.inputs.environment || 'dev' }}
Expand Down

0 comments on commit 294a91b

Please sign in to comment.