Skip to content

Commit

Permalink
docs: fix erroneous summary in update workflow readme
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Jan 24, 2025
1 parent c3538ec commit 0cd4166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/update/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Compose Supergraph Schema
# Update Supergraph Schema

This workflow may be used to test that a new or updated Subgraph Schema is composable with the federated Supergraph described in the `supergraph-config.yaml` of this repository.
This workflow may be used to create or update a Subgraph Schema by adding the schema to the `schema/` directory and an entry in the `supergraph-config.yaml` of this repository.

## Usage

### Inputs

```yaml
- uses: diamondlightsource/graph-federation/workflows/compose@v1
- uses: diamondlightsource/graph-federation/workflows/update@v1
with:
# A unique name given to the subgraph.
# Required.
Expand Down

0 comments on commit 0cd4166

Please sign in to comment.