Skip to content

Commit 902584c

Browse files
fix: align table in readme
1 parent 6ff2bf5 commit 902584c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The action can be used to simply check that the schema will federate by setting
5757
# The ID of the GitHub App used to create the commit / pull request
5858
# Required when publish is true.
5959
github-app-id:
60-
60+
6161
# The private key of the GitHub App used to create the commit / pull request
6262
# Required when publish is true.
6363
github-app-private-key:
@@ -69,9 +69,9 @@ The action can be used to simply check that the schema will federate by setting
6969
7070
##### Outputs
7171
72-
| Name | Description | Example |
73-
| ------------------------------ | -------------------------------------------------------- | ------------------------------------------------------------------------- |
74-
| supergraph-schema-artifact-id | The id of the artifact containing the supergraph schema | 1234 |
72+
| Name | Description | Example |
73+
| ------------------------------ | -------------------------------------------------------- | --------------------------------------------------------------------------- |
74+
| supergraph-schema-artifact-id | The id of the artifact containing the supergraph schema | 1234 |
7575
| supergraph-schema-artifact-url | The url of the artifact containing the supergraph schema | <https://github.com/example-org/example-repo/actions/runs/1/artifacts/1234> |
7676
7777
##### Example
@@ -94,7 +94,7 @@ steps:
9494
with:
9595
name: test-schema
9696
path: test-schema.graphql
97-
97+
9898
- name: Update Supergraph
9999
uses: diamondlightsource/graph-federation@main
100100
with:

0 commit comments

Comments
 (0)