add bc
All checks were successful
build and push image / Release (push) Successful in 2m44s

This commit is contained in:
2024-08-04 08:01:21 +09:00
parent 862dca006b
commit d101b7eda6
5 changed files with 17 additions and 7 deletions

View File

@ -9,8 +9,6 @@ on:
push:
branches:
- main
schedule:
- cron: "0 0 * * *"
permissions:
contents: write
@ -69,3 +67,5 @@ echo '#!/bin/zsh' >! $dd/build.zsh
echo $yml_b >> $dd/build.zsh
cat $dd/build.zsh
cp -rf $dd/cfg/gh-actions.yml $dd/.github/workflows/release.yml