Skip to content

Commit 9145239

Browse files
webknjazAA-Turner
andauthored
Convert the action to the composite type (#4)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
1 parent dc9f258 commit 9145239

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

action.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ branding:
55
icon: book
66
color: yellow
77
runs:
8-
using: docker
9-
image: Dockerfile
8+
using: composite
9+
steps:
10+
- name: Activate the problem matcher
11+
run: echo '::add-matcher::${{ github.action_path }}/sphinx_matcher.json'
12+
shell: sh

0 commit comments

Comments
 (0)