Skip to content

Commit

Permalink
fix: use composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
imskr committed Jul 9, 2022
1 parent cfb945c commit 884f917
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ outputs:
description: "Stringified posts in readme format"

runs:
using: "docker"
image: "Dockerfile"
using: composite
steps:
- uses: actions/setup-go@v2
with:
go-version: '1.18'

- run: go run ./main.go

branding:
icon: 'file-text'
Expand Down

0 comments on commit 884f917

Please sign in to comment.