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