opensuse: 修复禁用了 cloud-init 后,弹出了 jeos-firstboot #6
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: 同步到 Gitlab CN | |
on: | |
workflow_dispatch: | |
push: | |
jobs: | |
run: | |
name: 同步到 Gitlab CN | |
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 }} | |
PUSH_ALL_REFS: false |