generated from actions/javascript-action
-
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
Showing
13 changed files
with
6,539 additions
and
4,110 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
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 |
---|---|---|
|
@@ -65,3 +65,5 @@ typings/ | |
|
||
# next.js build output | ||
.next | ||
|
||
tmp-readdir/ |
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 |
---|---|---|
@@ -1,13 +1,20 @@ | ||
name: 'Wait' | ||
description: 'Wait a designated number of milliseconds' | ||
name: 'create-release-action' | ||
description: 'create release' | ||
inputs: | ||
milliseconds: # id of input | ||
description: 'number of milliseconds to wait' | ||
github-token: | ||
description: 'github-token' | ||
required: true | ||
default: '1000' | ||
outputs: | ||
time: # output will be available to future steps | ||
description: 'The message to output' | ||
directory: | ||
description: 'directory containing artifacts' | ||
required: true | ||
tag-prefix: | ||
description: 'tag name prefix' | ||
required: true | ||
default: 'refs/tags/v' | ||
bump-up-branch-prefix: | ||
description: 'bump up branch name prefix' | ||
required: true | ||
default: 'bump-version-' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' |
Oops, something went wrong.