From ffa5445c88ed63a0c85c3820cd5d0a75a8844a73 Mon Sep 17 00:00:00 2001 From: Shubham Kumar Date: Sat, 9 Jul 2022 20:57:16 +0530 Subject: [PATCH] fix: use docker action --- action.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index 6a7c33c..19325ef 100644 --- a/action.yml +++ b/action.yml @@ -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'