Update diary.yml

This commit is contained in:
Andros Fenollosa 2021-08-10 16:51:13 +02:00 committed by GitHub
parent 726a4b0a28
commit 41f867e761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,7 @@ jobs:
- name: Prepare branch - name: Prepare branch
run: | run: |
git fetch --all git fetch --all
git branch -f self origin/self git checkout ${{ github.head_ref }}
git checkout self
- name: Install Lein - name: Install Lein
run: | run: |
sudo apt update sudo apt update