Skip to content

Commit

Permalink
Merge branch 'main' into renovate/auto-merged-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblack authored May 3, 2024
2 parents 94399bd + 331a08a commit 973879f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ LABEL org.opencontainers.image.vendor="Arcalot project"
LABEL org.opencontainers.image.authors="Arcalot contributors"
LABEL org.opencontainers.image.title="Arcaflow Example Plugin"
LABEL io.github.arcalot.arcaflow.plugin.version="1"

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Says hello :)
<table><tbody>
<tr><th>Type:</th><td><code>scope</code></td><tr><th>Root object:</th><td>InputParams</td></tr>
<tr><th>Properties</th><td><details><summary>name (<code>one of[string]</code>)</summary>
<table><tbody><tr><th>Name:</th><td>Name</td></tr><tr><th>Description:</th><td>Who do we say hello to?</td></tr><tr><th>Required:</th><td>Yes</td></tr><tr><th>Examples (JSON encoded):</th><td>
<table><tbody><tr><th>Name:</th><td>Name</td></tr><tr><th>Description:</th><td width="500">Who do we say hello to?</td></tr><tr><th>Required:</th><td>Yes</td></tr><tr><th>Examples (JSON encoded):</th><td>
<pre><code>{&#34;_type&#34;: &#34;fullname&#34;, &#34;first_name&#34;: &#34;Arca&#34;, &#34;last_name&#34;: &#34;Lot&#34;}</code></pre><pre><code>{&#34;_type&#34;: &#34;nickname&#34;, &#34;nick&#34;: &#34;Arcalot&#34;}</code></pre>
</td></tr><tr><th>Type:</th><td><code>one of[string]</code></td></tbody></table>
</details></td></tr>
Expand All @@ -39,7 +39,7 @@ Says hello :)
</tbody></table>
</details><details><summary>InputParams (<code>object</code>)</summary>
<table><tbody><tr><th>Type:</th><td><code>object</code></td><tr><th>Properties</th><td><details><summary>name (<code>one of[string]</code>)</summary>
<table><tbody><tr><th>Name:</th><td>Name</td></tr><tr><th>Description:</th><td>Who do we say hello to?</td></tr><tr><th>Required:</th><td>Yes</td></tr><tr><th>Examples (JSON encoded):</th><td>
<table><tbody><tr><th>Name:</th><td>Name</td></tr><tr><th>Description:</th><td width="500">Who do we say hello to?</td></tr><tr><th>Required:</th><td>Yes</td></tr><tr><th>Examples (JSON encoded):</th><td>
<pre><code>{&#34;_type&#34;: &#34;fullname&#34;, &#34;first_name&#34;: &#34;Arca&#34;, &#34;last_name&#34;: &#34;Lot&#34;}</code></pre><pre><code>{&#34;_type&#34;: &#34;nickname&#34;, &#34;nick&#34;: &#34;Arcalot&#34;}</code></pre>
</td></tr><tr><th>Type:</th><td><code>one of[string]</code></td></tbody></table>
</details></td></tr>
Expand Down

0 comments on commit 973879f

Please sign in to comment.