Skip to content

Commit fc6f47e

Browse files
Fix typo (#45)
1 parent 594800f commit fc6f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usage/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ act -l pull_request
3838

3939
If your workflow relies on passed event properties, you will have to provide the required properties in the event file, example:
4040

41-
> To partially simulate `pull_request` event, you to provide at least `head_ref` and `base_ref`. This values can be later accessed via `${{ github.event.pull_request.<...> }}`
41+
> To partially simulate `pull_request` event, you have to provide at least `head_ref` and `base_ref`. This values can be later accessed via `${{ github.event.pull_request.<...> }}`
4242
4343
```json
4444
{

0 commit comments

Comments
 (0)