-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
可以加个签到完成后更新master的log吗 #10
Comments
如下代码加到yml里: |
|
https://github.com/b9348/TieBaSign 佬 已经加了 但是好像没有啊 |
需要先创建run.log文件到仓库目录啦
JS&C++与发际线上移无关联
***@***.***
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2023年7月9日(星期天) 下午2:44
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [gwtak/TieBaSign] 可以加个签到完成后更新master的log吗 (Issue #10)
如下代码加到yml里:
- name: Append Success Log #追加成功日志 run: | echo "$(date +%Y-%m-%d\ %H:%M:%S) - 签到成功" >> run.log - name: Push log #更新日志 uses: ***@***.*** with: commit_message: auto-checkin branch: main 并给予workflow单独权限即可
https://github.com/b9348/TieBaSign 佬 已经加了 但是好像没有啊
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
RT,
因为分支不更新的话,workflow一段时间后会停用,
每两个月都要续一次
,建议像这个签到一样加run.log防止长期未更新master导致workflow停用
https://github.com/moreant/auto-checkin-sockboom
The text was updated successfully, but these errors were encountered: