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
@@ -51,16 +51,16 @@ jobs:
5151
5252 - uses : ./src/github.com/containerd/containerd/.github/actions/install-go
5353
54- - uses : containerd /project-checks@v1.1.0
54+ - uses : coderbirju /project-checks@v1.1.3
5555 with :
56- working-directory : src/github.com/containerd /containerd
56+ working-directory : src/github.com/coderbirju /containerd/
5757 repo-access-token : ${{ secrets.GITHUB_TOKEN }}
5858
5959 - name : verify go modules and vendor directory
6060 run : |
6161 sudo apt-get install -y jq
6262 make verify-vendor
63- working-directory : src/github.com/containerd /containerd
63+ working-directory : src/github.com/coderbirju /containerd
6464
6565 #
6666 # Protobuf checks
@@ -72,14 +72,14 @@ jobs:
7272
7373 defaults :
7474 run :
75- working-directory : src/github.com/containerd /containerd
75+ working-directory : src/github.com/coderbirju /containerd
7676
7777 steps :
7878 - uses : actions/checkout@v4
7979 with :
80- path : src/github.com/containerd /containerd
80+ path : src/github.com/coderbirju /containerd
8181
82- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
82+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
8383
8484 - name : Set env
8585 shell : bash
@@ -218,14 +218,14 @@ jobs:
218218 defaults :
219219 run :
220220 shell : bash
221- working-directory : src/github.com/containerd /containerd
221+ working-directory : src/github.com/coderbirju /containerd
222222
223223 steps :
224224 - uses : actions/checkout@v4
225225 with :
226- path : src/github.com/containerd /containerd
226+ path : src/github.com/coderbirju /containerd
227227
228- - uses : ./src/github.com/containerd /containerd/.github/actions/install-go
228+ - uses : ./src/github.com/coderbirju /containerd/.github/actions/install-go
229229
230230 - uses : actions/checkout@v4
231231 with :
@@ -237,7 +237,7 @@ jobs:
237237 run : |
238238 echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
239239 echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
240- echo "${{ github.workspace }}/src/github.com/containerd /containerd/bin" >> $GITHUB_PATH
240+ echo "${{ github.workspace }}/src/github.com/coderbirju /containerd/bin" >> $GITHUB_PATH
241241 echo "${{ github.workspace }}/src/github.com/kubernetes-sigs/cri-tools/build/bin/windows/amd64" >> $GITHUB_PATH
242242
243243 - run : script/setup/install-dev-tools
0 commit comments