Skip to content

Commit cb2fc0b

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yml

+6-6
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
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/[email protected].0
57-
if: github.repository == 'containerd/containerd'
56+
- uses: coderbirju/[email protected].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

0 commit comments

Comments
 (0)