generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #766 from shogo82148/bump-node-20
bump Node.js v20
- Loading branch information
Showing
7 changed files
with
41 additions
and
34 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
20.6.0 |
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,33 +1,33 @@ | ||
name: 'Yet Another Upload Release Asset Action' | ||
description: 'Yet Another Upload Release Asset Action' | ||
author: 'Ichinose Shogo' | ||
name: "Yet Another Upload Release Asset Action" | ||
description: "Yet Another Upload Release Asset Action" | ||
author: "Ichinose Shogo" | ||
inputs: | ||
github_token: | ||
description: 'The API token for GitHub' | ||
description: "The API token for GitHub" | ||
required: true | ||
default: "${{ github.token }}" | ||
upload_url: | ||
description: 'The URL for uploading assets to the release' | ||
description: "The URL for uploading assets to the release" | ||
required: true | ||
asset_path: | ||
description: 'The path to the asset you want to upload' | ||
description: "The path to the asset you want to upload" | ||
required: true | ||
asset_name: | ||
description: 'The name of the asset you want to upload' | ||
description: "The name of the asset you want to upload" | ||
required: false | ||
asset_content_type: | ||
description: 'The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information' | ||
description: "The content-type of the asset you want to upload. See the supported Media Types here: https://www.iana.org/assignments/media-types/media-types.xhtml for more information" | ||
required: false | ||
overwrite: | ||
description: 'If an asset with the same name already exists, overwrite it (Default: false)' | ||
description: "If an asset with the same name already exists, overwrite it (Default: false)" | ||
required: false | ||
default: false | ||
outputs: | ||
browser_download_url: | ||
description: 'The URL users can navigate to in order to download the uploaded asset' | ||
description: "The URL users can navigate to in order to download the uploaded asset" | ||
runs: | ||
using: 'node16' | ||
main: 'dist/index.js' | ||
using: "node20" | ||
main: "dist/index.js" | ||
branding: | ||
icon: 'package' | ||
color: 'gray-dark' | ||
icon: "package" | ||
color: "gray-dark" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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