@@ -39,28 +39,29 @@ jobs:
3939 #
4040 project :
4141 name : Project Checks
42- if : github.repository == 'containerd /containerd'
42+ if : github.repository == 'coderbirju /containerd'
4343 runs-on : ubuntu-22.04
4444 timeout-minutes : 5
4545
4646 steps :
4747 - uses : actions/checkout@v4
4848 with :
49- path : src/github.com/containerd /containerd
49+ path : src/github.com/coderbirju /containerd
5050 fetch-depth : 100
5151
52- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
52+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
5353
54- - uses : containerd/project-checks@v1.1.0
54+ - uses : coderbirju/project-checks@v1.1.3
55+ if : github.repository == 'coderbirju/containerd'
5556 with :
56- working-directory : src/github.com/containerd /containerd
57+ working-directory : src/github.com/coderbirju /containerd
5758 repo-access-token : ${{ secrets.GITHUB_TOKEN }}
5859
5960 - name : verify go modules and vendor directory
6061 run : |
6162 sudo apt-get install -y jq
6263 make verify-vendor
63- working-directory : src/github.com/containerd /containerd
64+ working-directory : src/github.com/coderbirju /containerd
6465
6566 #
6667 # Protobuf checks
@@ -72,14 +73,14 @@ jobs:
7273
7374 defaults :
7475 run :
75- working-directory : src/github.com/containerd /containerd
76+ working-directory : src/github.com/coderbirju /containerd
7677
7778 steps :
7879 - uses : actions/checkout@v4
7980 with :
80- path : src/github.com/containerd /containerd
81+ path : src/github.com/coderbirju /containerd
8182
82- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
83+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
8384
8485 - name : Set env
8586 shell : bash
@@ -218,14 +219,14 @@ jobs:
218219 defaults :
219220 run :
220221 shell : bash
221- working-directory : src/github.com/containerd /containerd
222+ working-directory : src/github.com/coderbirju /containerd
222223
223224 steps :
224225 - uses : actions/checkout@v4
225226 with :
226- path : src/github.com/containerd /containerd
227+ path : src/github.com/coderbirju /containerd
227228
228- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
229+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
229230
230231 - uses : actions/checkout@v4
231232 with :
@@ -237,7 +238,7 @@ jobs:
237238 run : |
238239 echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
239240 echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
240- echo "${{ github.workspace }}/src/github.com/containerd /containerd/bin" >> $GITHUB_PATH
241+ echo "${{ github.workspace }}/src/github.com/coderbirju /containerd/bin" >> $GITHUB_PATH
241242 echo "${{ github.workspace }}/src/github.com/kubernetes-sigs/cri-tools/build/bin/windows/amd64" >> $GITHUB_PATH
242243
243244 - run : script/setup/install-dev-tools
0 commit comments