Skip to content

Commit

Permalink
Correct the reusable workflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Nov 25, 2023
1 parent 907bbcb commit 6f76963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-accounts-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Push to Azure
uses: ./.github/workflows/reusable/build-to-azure.yml
uses: ./.github/workflows/build-to-azure.yml
with:
app: accounts
project_name: ${{ env.AZURE_PROJECT_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-gateway-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Push to Azure
uses: ./.github/workflows/reusable/build-to-azure.yml
uses: ./.github/workflows/build-to-azure.yml
with:
app: accounts
project_name: ${{ env.AZURE_PROJECT_NAME }}
Expand Down

0 comments on commit 6f76963

Please sign in to comment.