-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix invalid workflow issue. update readme
- Loading branch information
1 parent
03f345c
commit af931f6
Showing
3 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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 @@ Action to commit a file/directory to another repo using a deploy key. | |
* Add the private key to your source repo as a secret | ||
|
||
```yaml | ||
uses: leigholiver/[email protected].0 | ||
uses: leigholiver/[email protected].2 | ||
with: | ||
source: build_output | ||
destination_folder: dist | ||
|