Skip to content

Commit

Permalink
fix: update the entrypoint in the main action file
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Jan 12, 2022
1 parent 33330c9 commit a4bb298
Showing 1 changed file with 1 addition and 1 deletion.
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: node16
main: build/setup/index.js
main: build/setup.js
inputs:
expo-version:
description: The Expo CLI version to install (use any semver/dist-tag available).
Expand Down

0 comments on commit a4bb298

Please sign in to comment.