Skip to content

Commit

Permalink
fix repository name hosting the reusable workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed May 7, 2024
1 parent e0dbbad commit d46d044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-production-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish production release
on: workflow_dispatch
jobs:
call-workflow-publish-nightly-release:
uses: Yvand/AzureCP/.github/workflows/reusable-build-publish-release.yml@master
uses: Yvand/EntraCP/.github/workflows/reusable-build-publish-release.yml@master
with:
project-name: ${{ vars.PROJECT_NAME }}
version-major-minor: ${{ vars.VERSION_MAJOR_MINOR }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
call-workflow-prepare-dtl-env:
uses: Yvand/AzureCP/.github/workflows/reusable-prepare-dtl-env.yml@master
uses: Yvand/EntraCP/.github/workflows/reusable-prepare-dtl-env.yml@master
with:
project-name: ${{ vars.PROJECT_NAME }}
sharepoint-versions: ${{ inputs.sharepoint_versions }}
Expand Down

0 comments on commit d46d044

Please sign in to comment.