diff --git a/.github/workflows/fuzz-nightly.yml b/.github/workflows/fuzz-nightly.yml index a60cdc294..bea5a6011 100644 --- a/.github/workflows/fuzz-nightly.yml +++ b/.github/workflows/fuzz-nightly.yml @@ -64,7 +64,7 @@ jobs: id: set-crashers-count outputs: - crashers_count: ${{ steps.set-crashers-count.outputs.crashers-count }} + crashers-count: ${{ steps.set-crashers-count.outputs.crashers-count }} fuzz-nightly-fail: needs: fuzz-nightly-test diff --git a/test/e2e/runner/main.go b/test/e2e/runner/main.go index bc3102bb0..633073eb2 100644 --- a/test/e2e/runner/main.go +++ b/test/e2e/runner/main.go @@ -196,7 +196,7 @@ func NewCLI() *CLI { cli.root.AddCommand(&cobra.Command{ Use: "logs [node]", Short: "Shows the testnet or a specefic node's logs", - Example: "runner logs valiator03", + Example: "runner logs validator03", Args: cobra.MaximumNArgs(1), RunE: func(cmd *cobra.Command, args []string) error { if len(args) == 1 {