2
2
ミラー元 https://github.com/Hilbis/Hilbish 前回の同期 2025-07-09 04:22:03 +00:00

コミットを比較

...

3 コミット

2個のファイルの変更3行の追加2行の削除

ファイルの表示

@ -33,6 +33,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Download Task
run: 'sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d'
- uses: wangyoucao577/go-release-action@v1.25

ファイルの表示

@ -4,13 +4,13 @@ on:
push:
branches:
- master
- website
- docs-refactor
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0