Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Updating child workflows to use a links relative to the current repo
  • Loading branch information
GeorgeCodes19 authored Jun 10, 2024
1 parent 69a1faf commit 9248523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# workflow already calls it
database-migrations:
name: Database migrations
uses: ./../.github/workflows/database-migrations.yml
uses: ./.github/workflows/database-migrations.yml
with:
app_name: ${{ inputs.app_name }}
environment: ${{ inputs.environment }}
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v3

- name: Configure AWS credentials
uses: ./../.github/actions/configure-aws-credentials
uses: ./.github/actions/configure-aws-credentials
with:
app_name: ${{ inputs.app_name }}
environment: ${{ inputs.environment }}
Expand Down

0 comments on commit 9248523

Please sign in to comment.