We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31d7844 + 4c6e4a0 commit 9fa7d15Copy full SHA for 9fa7d15
1 file changed
.github/workflows/release.yml
@@ -83,7 +83,10 @@ jobs:
83
- name: Checkout containerd
84
uses: actions/checkout@v2
85
with:
86
- repository: containerd/containerd
+ # Intentionally use github.repository instead of containerd/containerd to
87
+ # make this action runnable on forks.
88
+ # See https://github.com/containerd/containerd/issues/5098 for the context.
89
+ repository: ${{ github.repository }}
90
ref: ${{ github.ref }}
91
path: src/github.com/containerd/containerd
92
0 commit comments