From a7dd160de33ca1ee2b5fe8416550fec97e568ad9 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Tue, 28 May 2024 12:50:48 +0200 Subject: [PATCH] Remove typo --- .github/workflows/deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4a98170..fd1a25d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -52,7 +52,7 @@ jobs: path: gh-pages ref: gh-pages - - name: Installation + - name: Install run: | npm install npm install bower @@ -65,7 +65,6 @@ jobs: - name: Format commit message id: commit - working-directory: fa run: | message=`git log -1 --pretty=format:%B` echo "message=$message" >> $GITHUB_OUTPUT