We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92cf52 commit c5cfe5fCopy full SHA for c5cfe5f
1 file changed
.github/workflows/release.yml
@@ -35,10 +35,13 @@ jobs:
35
uses: actions/checkout@v4
36
37
- name: Clone private source
38
- run: |
39
- git clone --depth 1 --branch slice-linux-kernel \
40
- "https://x-access-token:${{ secrets.PRIVATE_SOURCE_TOKEN }}@github.com/yijunyu/precc.git" \
41
- precc-src
+ uses: actions/checkout@v4
+ with:
+ repository: yijunyu/precc
+ ref: slice-linux-kernel
42
+ token: ${{ secrets.PRIVATE_SOURCE_TOKEN }}
43
+ path: precc-src
44
+ fetch-depth: 1
45
46
- name: Install system dependencies (Linux)
47
if: runner.os == 'Linux'
0 commit comments