From 8107ccc043564392e3bf7ec8a997e1c45f8572c1 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:00:50 -0700 Subject: [PATCH] fix typo in suggested default shell (#188) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c516341..5c9c9eb 100644 --- a/README.md +++ b/README.md @@ -339,12 +339,12 @@ jobs: myjob: defaults: run: - shell: bash -leo pipefail {0} {0} + shell: bash -leo pipefail {0} # or top-level: defaults: run: - shell: bash -leo pipefail {0} {0} + shell: bash -leo pipefail {0} jobs: ... ```