-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is what happens without unit tests. Want to get them done but I was waiting on getting a node version first. :sub(2) strips the first character from a string. needed to strip the first two, so :sub(3). also the break in the inner loop to avoid duplicates was causing warnings on whitelisted files, so changed that to skip as well.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@master | ||
- uses: vurv78/[email protected].1 | ||
- uses: vurv78/[email protected].2 | ||
with: | ||
id: 2466875474 | ||
changelog: "Deployment via Github to latest changes" | ||
|
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