opensuse: 安装完整内核以添加缺失的 nvme 驱动 #86
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 同步到极狐 | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
run: | |
name: 同步到极狐 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: yesolutions/mirror-action@master | |
with: | |
REMOTE: https://jihulab.com/bin456789/reinstall.git | |
GIT_USERNAME: username | |
GIT_PASSWORD: ${{ secrets.JIHULAB_TOKEN }} |