Skip to content

Commit 8a7306a

Browse files
authored
refactor: allow multiple entrypoints for different sub-actions (#121)
* 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
1 parent c20146f commit 8a7306a

23 files changed

Lines changed: 383 additions & 160330 deletions

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ branding:
77
color: gray-dark
88
runs:
99
using: node12
10-
main: build/index.js
10+
main: build/setup/index.js
1111
inputs:
1212
expo-version:
1313
description: The Expo CLI version to install (use any semver/dist-tag available).

0 commit comments

Comments
 (0)