We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e157bd commit 379c322Copy full SHA for 379c322
.github/workflows/action.yml
@@ -2,6 +2,7 @@ name: GitHub Action Demo
2
on: [push]
3
jobs:
4
build:
5
+ runs-on: ubuntu-latest
6
steps:
7
# 发送邮件
8
- name: Send email
0 commit comments