From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Fri, 24 May 2024 16:26:59 +0000 (+0200) Subject: Create branch first. X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=1a452230ed44ac79031d12120cf701ec7506cf1c;p=rust_exercises.git Create branch first. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac24169..f3cbc7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: # Only run on main branch push (e.g. pull request merge). if: github.event_name == 'push' run: | + git checkout -b deploy git config --global user.name "Deployer" git config --global user.email "username@users.noreply.github.com" git add --force book/book