Skip to content

Commit

Permalink
docs: fix two small doc mistakes (#3044)
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Rancourt <[email protected]>
  • Loading branch information
krancour authored Dec 3, 2024
1 parent 660ac6d commit f76e78e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/35-references/10-promotion-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ steps:
- name: my-app
sources:
- repoURL: https://github.com/example/repo.git
desiredCommit: ${{ outputs.commit.commit }}
desiredRevision: ${{ outputs.commit.commit }}
```

</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/35-references/20-expression-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ promotionTemplate:
- name: example-${{ ctx.stage }}
sources:
- repoURL: ${{ vars.gitRepo }}
desiredCommit: ${{ outputs.commit.commit }}
desiredRevision: ${{ outputs.commit.commit }}
```

:::info
Expand Down

0 comments on commit f76e78e

Please sign in to comment.