Skip to content

Commit

Permalink
docs: fixes example command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jan 30, 2024
1 parent fff058a commit 7345a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/updater/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ overrides:
When the CI/CD is performing an update, it can pass the value for this template literal like so (assuming GitHub Actions):

```terminal
$ updater scan . | updater update deployments -e dev -t "GIT_SHA=${{ github.sha }}" /path/to/deployment-repo/bundles
$ updater scan -t "GIT_SHA=${{ github.sha }}" . | updater update deployments -e dev /path/to/deployment-repo/bundles
# Empty output
```

Expand Down

0 comments on commit 7345a80

Please sign in to comment.