Skip to content

Commit 4fe4f81

Browse files
committed
fix: correct path to reusable pipeline in CI workflow
1 parent 20658a6 commit 4fe4f81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
pipeline:
18-
uses: RandomCodeSpace/central-ops/.github/workflows/reusable-pipeline.yml@main
18+
uses: RandomCodeSpace/central-ops/reusable-pipeline.yml@main
1919
secrets: inherit
2020
with:
2121
go_version_file: go.mod

0 commit comments

Comments
 (0)