Skip to content

Commit b2a5efd

Browse files
authored
fix: update github actions workflows to use correct reusable workflows (#10)
1 parent 8686473 commit b2a5efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: true
16-
uses: platform-mesh/gha/.github/workflows/pipeline-golang-app.yml@main
16+
uses: platform-mesh/.github/.github/workflows/pipeline-golang-app.yml@main
1717
secrets: inherit
1818
with:
1919
imageTagName: ghcr.io/platform-mesh/extension-manager-operator

0 commit comments

Comments
 (0)