Skip to content

Commit 11f67da

Browse files
committed
fix: Update repository reference in K8s manifest workflow to correct path
1 parent 78dba3b commit 11f67da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout k8s-config repo
2626
uses: actions/checkout@v4
2727
with:
28-
repository: 'TechTorque-2025/Infrastructure'
28+
repository: 'CSO2/Infrastructure'
2929
token: ${{ secrets.REPO_ACCESS_TOKEN }}
3030
ref: ${{ steps.info.outputs.branch }}
3131
path: 'Infrastructure'

0 commit comments

Comments
 (0)