diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f3820dc..757d304 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,10 +13,10 @@ jobs: steps: - name: update git run: | - apt-get install -y software-properties-common \ - apt-get update \ - add-apt-repository -y ppa:git-core/ppa \ - apt-get update \ + apt-get install -y software-properties-common + apt-get update + add-apt-repository -y ppa:git-core/ppa + apt-get update apt-get install -y git - name: checkout uses: actions/checkout@v3