Skip to content

Commit c20966b

Browse files
authored
Update README.md
1 parent dc35c74 commit c20966b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# daily-github-actions
22

3-
- Actions File : ```/.github/workflows/daily-workflow.yml```
3+
- GitHub Actions that work every day
4+
5+
## Actions File
6+
7+
- ```/.github/workflows/daily-workflow.yml```
48

59
```yaml
610
name: Daily Workflow
@@ -31,5 +35,5 @@ jobs:
3135
run: echo "This is a daily run at $(date)" # TODO: Set your own script
3236
```
3337
34-
# License
38+
## License
3539
- daily-github-actions applies the MIT license. https://github.com/j2doll/daily-github-actions

0 commit comments

Comments
 (0)