Skip to content

Commit

Permalink
Merge pull request #64 from hhgyu/hhgyu-patch-1
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
hhgyu committed May 10, 2024
2 parents 085bf73 + 6fc58aa commit 02d984c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: 'Setup VirtualHere Client environment'
description: 'Setup a VirtualHere Client environment by adding problem matchers and optionally downloading and adding it to the PATH.'
author: 'hhgyu15@gmail.com'
# https://actions-cool.github.io/github-action-branding/
branding:
icon: 'external-link'
color: 'gray-dark'
inputs:
vc-version:
description: 'Version Spec of the version to use. Examples: 5.5.6, 10.15.1, >=10.15.0.'
architecture:
description: 'Target architecture for Node to use. Examples: x86, x64. Will use system architecture by default.'
description: 'Target architecture for VirtualHere Client to use. Examples: x86, x64. Will use system architecture by default.'
check-latest:
description: 'Set this option if you want the action to check for the latest available version that satisfies the version spec.'
default: 'false'
token:
description: Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
description: Used to pull VirtualHere Client distributions from virtualhere-client-versions. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.
default: ${{ github.server_url == 'https://github.com' && github.token || '' }}
shutdown:
description: 'Set this option to close the VirtualHere Client after the operation.'
Expand All @@ -31,4 +35,4 @@ runs:
using: 'node20'
main: 'dist/setup/index.js'
post: 'dist/cleanup/index.js'
post-if: always()
post-if: always()

0 comments on commit 02d984c

Please sign in to comment.