From 7946200247a74ef35f010dbd1c9d144ec53f89bc Mon Sep 17 00:00:00 2001 From: Lev Gorodetskiy Date: Sun, 4 Feb 2024 16:58:21 -0300 Subject: [PATCH] Typo --- .github/workflows/octez_version.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index a0c2eb3..c67bb75 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -25,7 +25,6 @@ jobs: if: success() run: | export OCTEZ_VERSION=$(cat octez_version) - cd ../interface git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git checkout -b octez-$OCTEZ_VERSION