File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,22 @@ jobs:
4848 steps :
4949 - uses : actions/checkout@v4
5050 with :
51- path : src/github.com/containerd /containerd
51+ path : src/github.com/coderbirju /containerd
5252 fetch-depth : 100
5353
54- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
54+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
5555
56- - uses : containerd /project-checks@v1.1.0
57- if : github.repository == 'containerd /containerd'
56+ - uses : coderbirju /project-checks@v1.1.8
57+ if : github.repository == 'coderbirju /containerd'
5858 with :
59- working-directory : src/github.com/containerd /containerd
59+ working-directory : src/github.com/coderbirju /containerd
6060 repo-access-token : ${{ secrets.GITHUB_TOKEN }}
6161
6262 - name : verify go modules and vendor directory
6363 run : |
6464 sudo apt-get install -y jq
6565 make verify-vendor
66- working-directory : src/github.com/containerd /containerd
66+ working-directory : src/github.com/coderbirju /containerd
6767
6868 #
6969 # Protobuf checks
You can’t perform that action at this time.
0 commit comments