Skip to content

Commit 4a9508e

Browse files
Sana SalimSana Salim
authored andcommitted
Add GitHub Action with email step
0 parents  commit 4a9508e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/email-action.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test Email Action
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: 24f1000823@ds.study.iitm.ac.in
12+
run: echo "Hello, world from GitHub Actions!"
13+

0 commit comments

Comments
 (0)