Skip to content

Commit

Permalink
refactor: allow multiple entrypoints for different sub-actions (#121)
Browse files Browse the repository at this point in the history
* feature: add perform action to run actions on GitHub

* refactor: move default entrypoint to actions folder

* refactor: upgrade ncc and add multiple entrypoints

* chore: rebuild action files

* core: force-write lf in build files

* chore: rebuild from macos
  • Loading branch information
byCedric authored Nov 16, 2021
1 parent c20146f commit 8a7306a
Show file tree
Hide file tree
Showing 23 changed files with 383 additions and 160,330 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branding:
color: gray-dark
runs:
using: node12
main: build/index.js
main: build/setup/index.js
inputs:
expo-version:
description: The Expo CLI version to install (use any semver/dist-tag available).
Expand Down
Loading

0 comments on commit 8a7306a

Please sign in to comment.