diff --git a/.github/workflows/diary.yml b/.github/workflows/diary.yml index 29dbc72..d5d48ad 100644 --- a/.github/workflows/diary.yml +++ b/.github/workflows/diary.yml @@ -17,8 +17,7 @@ jobs: - name: Prepare branch run: | git fetch --all - git branch -f self origin/self - git checkout self + git checkout ${{ github.head_ref }} - name: Install Lein run: | sudo apt update