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

Commit

Permalink
fix: find channel by release version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dev and nightly channels no longer available.
  • Loading branch information
UziTech committed Apr 21, 2022
1 parent b60b799 commit 13b4008
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 142 deletions.
12 changes: 8 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: 'Setup Atom'
description: 'Setup Atom and APM'
inputs:
version:
description: 'Version'
required: true
default: 'Stable'
description: 'Version, defaults to "stable"'
required: false
default: 'stable'
token:
description: 'GitHub token with read permission for finding stable and beta versions, defaults to secrets.GITHUB_TOKEN'
required: false
default: ${{ github.token }}
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
branding:
icon: 'code'
Expand Down
Loading

0 comments on commit 13b4008

Please sign in to comment.