Merge pull request #5682 from kzys/gha-fork

gha: make release workflow work in forks
This commit is contained in:
Derek McGowan 2021-07-09 11:04:00 -07:00 committed by GitHub
commit 9fa7d15077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,10 @@ jobs:
- name: Checkout containerd
uses: actions/checkout@v2
with:
repository: containerd/containerd
# Intentionally use github.repository instead of containerd/containerd to
# make this action runnable on forks.
# See https://github.com/containerd/containerd/issues/5098 for the context.
repository: ${{ github.repository }}
ref: ${{ github.ref }}
path: src/github.com/containerd/containerd