forked from actions/toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be9f18b
commit bedf824
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ Examples: | |
```yaml | ||
steps: | ||
- uses: actions/javascript-action@v1 # recommended. starter workflows use this | ||
- user: actions/[email protected] # if an action offers specific releases | ||
- uses: actions/[email protected] # if an action offers specific releases | ||
- uses: actions/javascript-action@41775a4 # binding to a specific sha | ||
``` | ||
|