Skip to content

Commit 40c93b4

Browse files
committed
Update ci action to test project-checks
Signed-off-by: Arjun Raja <[email protected]>
1 parent 124456e commit 40c93b4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v4
5050
with:
51-
path: src/github.com/containerd/containerd
52-
fetch-depth: 100
51+
path: src/github.com/coderbirju/containerd
52+
fetch-depth: 10
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/[email protected].0
57-
if: github.repository == 'containerd/containerd'
56+
- uses: coderbirju/[email protected].9
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

0 commit comments

Comments
 (0)