Signed-off-by: William Seiti Mizuta <william.mizuta@gmail.com>
This commit is contained in:
William Seiti Mizuta 2023-03-06 03:56:33 -03:00 committed by GitHub
parent cc1cb4b81e
commit 666c4245a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ When you deploy your application in a test environment and find problems with th
If your application uses workflow, make sure your app has the `debug` policy before using the `vela debug` command:
```yaml
polices:
policies:
- name: debug
type: debug
```