Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 13b4008

Browse files
committed
fix: find channel by release version
BREAKING CHANGE: dev and nightly channels no longer available.
1 parent b60b799 commit 13b4008

File tree

5 files changed

+127
-142
lines changed

5 files changed

+127
-142
lines changed

action.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: 'Setup Atom'
22
description: 'Setup Atom and APM'
33
inputs:
44
version:
5-
description: 'Version'
6-
required: true
7-
default: 'Stable'
5+
description: 'Version, defaults to "stable"'
6+
required: false
7+
default: 'stable'
8+
token:
9+
description: 'GitHub token with read permission for finding stable and beta versions, defaults to secrets.GITHUB_TOKEN'
10+
required: false
11+
default: ${{ github.token }}
812
runs:
9-
using: 'node12'
13+
using: 'node16'
1014
main: 'dist/index.js'
1115
branding:
1216
icon: 'code'

0 commit comments

Comments
 (0)