Skip to content

Commit

Permalink
docs: minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
isner committed Aug 23, 2023
1 parent 1a18637 commit a0755dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:

- name: Convert most recent VPAT to HTML
uses: dequelabs/action-vpat-to-html@main
id: convert_to_html
id: vpat-to-html
with:
product-name: 'My Product'
product-name: My Product
vpat-location: vpats

- name: Write HTML to file
run: echo -e ${{ steps.convert_to_html.outputs.stringified-html }} > vpat.html
run: echo -e ${{ steps.vpat-to-html.outputs.stringified-html }} > vpat.html
```
## Inputs
Expand Down

0 comments on commit a0755dd

Please sign in to comment.