move setup-earthly code into root

This is to allow the action to be published
to the github marketplace.

Signed-off-by: Alex Couture-Beil <alex@earthly.dev>
This commit is contained in:
Alex Couture-Beil 2022-03-10 12:10:21 -08:00
parent fb998b3dbc
commit f5d881f515
No known key found for this signature in database
GPG Key ID: 097FC39A210CE7F7
9 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
name: example earthly test
runs-on: ubuntu-latest
steps:
- uses: earthly/actions/setup-earthly@v1
- uses: earthly/actions-setup@v1
with:
version: v0.5.10
- uses: actions/checkout@v2