Skip to content

Commit

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

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

- run: go run ./main.go
using: "docker"
image: "Dockerfile"

branding:
icon: 'file-text'
Expand Down

0 comments on commit ffa5445

Please sign in to comment.