You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This GitHub Action (written in JavaScript) allows you to leverage GitHub Actions
7
7
Create a workflow `.yml` file in your `.github/workflows` directory. An [example workflow](#common-workflow) is available below. For more information, reference the GitHub Help Documentation for [Creating a workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file).
8
8
9
9
### Inputs
10
-
None. This action will automatically scan for workflows in the `.github/wokrflows` directory.
10
+
None. This action will automatically scan for workflows in the `.github/workflows` directory.
11
11
12
12
### Outputs
13
13
None. This action will throw an error if it finds GitHub Actions that are not pinned to full length commit SHAs.
0 commit comments