Skip to content

Commit 12e1af4

Browse files
fix(readme): folder is called workflows not workspaces (#73)
* fix(readme): folder is called workflows not workspaces * Update action-usage.md
1 parent 9dc4824 commit 12e1af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find [more details here](/docs/details.md).
2727

2828
<!-- == imptr: example-usage / begin from: ./docs/action-usage.md#[simple-usage] == -->
2929

30-
The easiest approach is to copy the standard definition, and save it under `.github/workspaces` directory. There is no further modification required unless you have some specific requirements.
30+
The easiest approach is to copy the standard definition, and save it under `.github/workflows` directory. There is no further modification required unless you have some specific requirements.
3131

3232
#### With `curl`
3333

docs/action-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- == export: simple-usage / begin == -->
2323

24-
The easiest approach is to copy the standard definition, and save it under `.github/workspaces` directory. There is no further modification required unless you have some specific requirements.
24+
The easiest approach is to copy the standard definition, and save it under `.github/workflows` directory. There is no further modification required unless you have some specific requirements.
2525

2626
#### With `curl`
2727

0 commit comments

Comments
 (0)