-
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.
- Loading branch information
1 parent
82a3f94
commit 48a73ae
Showing
399 changed files
with
148,964 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: 'TypeScript Build' | ||
description: 'Build TypeScript code and optionally push the compiled code to a different branch' | ||
author: 'Kovacs Alex' | ||
inputs: | ||
pushToBranch: | ||
description: 'Whether or not to push the compiled code to a different branch' | ||
required: false | ||
default: false | ||
branch: | ||
description: 'The name of the branch the action should push the compiled code' | ||
required: false | ||
default: 'dist' | ||
author: | ||
description: 'The author to use for commits' | ||
required: false | ||
githubToken: | ||
description: 'Your GitHub secret token (hint: use ${{ secrets.GITHUB_TOKEN }} )' | ||
required: false | ||
runs: | ||
using: 'node12' | ||
main: src/main.js |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.