- Can work from files in workspace
- Can work with files from artifacts
- Control on conclusion of the check
- Control on the name of the check
- Already on
node20
Important
Artifact support is via v4
artifacts only
- name: markdown-to-summary-action
id: md
uses: mediatech15/markdown-to-summary-action@v1
with:
file: 'md.md'
check_name: md
conclusion: success
# artifact version
- name: markdown-to-summary-action
id: md2
uses: mediatech15/markdown-to-summary-action@v1
with:
file: 'files/markdown.md'
artifact: test-artifact
check_name: md-artifact
conclusion: neutral
name | default | about |
---|---|---|
file |
Required none |
the file to use. if artifact mode it is the path to file within artifact |
artifact |
empty |
the name of the artifact to pull |
check_name |
filename | the name of the check to show in the run. defaults to the files name |
conclusion |
success |
the outcome of the check. can be success , failure , action_required , neutral |
Tip
Run the action multiple times
checks
:write
actions
:read
The scripts and documentation in this project are released under the MIT License