Skip to content

Commit f8db09c

Browse files
committed
add suggestions
1 parent 5831057 commit f8db09c

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

gh-actions-workshop/presentation.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,13 @@ jobs:
136136
with:
137137
node-version: 16.13.x
138138
cache: npm
139+
...
140+
```
141+
142+
---
139143

144+
```yaml
145+
...
140146
- name: Install
141147
run: npm ci
142148

@@ -177,7 +183,8 @@ A _workflow_ can be triggered by a plentitude of events:
177183
- `push` or `pull_request` are the most common (listens for branch pushes or to PR events);
178184
- `create` or `delete` listen for branch creation/deletion events;
179185
- `workflow_call`, `workflow_dispatch`, and `workflow_run` can chain together _workflows_ via API or by specifying dependencies;
180-
- the `schedule` can make a _workflow_ work on a recurrent basis using _cron job_ syntax. There's a [huge number of events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) that can automate almost everything ranging from issues, comments or even automating GitHub Projects.
186+
- the `schedule` can make a _workflow_ work on a recurrent basis using _cron job_ syntax.
187+
- There's a [huge number of events](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows) that can automate almost everything ranging from issues, comments or even automating GitHub Projects.
181188

182189
You can automate almost everything in GitHub, the sky is the limit 🚀
183190

@@ -471,7 +478,7 @@ You should create a new repository that is a template of this repo:
471478

472479
<div style="display:flex; flex-direction: column; justify-content: space-between; height:15rem">
473480
<div style="display:flex; justify-content: center">
474-
<a href="https://github.com/NIAEFEUP/workshop-ci-24">https://github.com/NIAEFEUP/workshop-ci-24</a>
481+
<a href="https://github.com/NIAEFEUP/workshop-ci-24-template">https://github.com/NIAEFEUP/workshop-ci-24-template</a>
475482
</div>
476483

477484

0 commit comments

Comments
 (0)