📌 📄 内容摘要:
zen (@zen67060) 在 请问我这个GitHub工作流为什么接收到disable的邮件,是警告吗? 中发帖
[image]
今天收到了一个邮件
workflow如下
name: Go Test Workflow
on:
# push:
# branches:
# - master
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/
[email protected]
- name: Set up Go
uses: actions/
[email protected]
with:
go-version: 1.23.3 # 这里替换为你项目实际使用的Go...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/344223/1
─────────────────────────────
📢 来源:LINUX DO