We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc35c74 commit c20966bCopy full SHA for c20966b
1 file changed
README.md
@@ -1,6 +1,10 @@
1
# daily-github-actions
2
3
-- Actions File : ```/.github/workflows/daily-workflow.yml```
+- GitHub Actions that work every day
4
+
5
+## Actions File
6
7
+- ```/.github/workflows/daily-workflow.yml```
8
9
```yaml
10
name: Daily Workflow
@@ -31,5 +35,5 @@ jobs:
31
35
run: echo "This is a daily run at $(date)" # TODO: Set your own script
32
36
```
33
37
34
-# License
38
+## License
39
- daily-github-actions applies the MIT license. https://github.com/j2doll/daily-github-actions
0 commit comments