From 64aa19c5c1b8cb5d03f4a84fef10a131c7300eeb Mon Sep 17 00:00:00 2001 From: "lukasz.czaplinski" Date: Mon, 18 Nov 2019 18:03:54 +0100 Subject: [PATCH] fix: deploy script identity --- .github/workflows/release.yml | 2 ++ project.clj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9723a1c..8c55c44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,6 +69,8 @@ jobs: - name: Update gh-pages branch run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" lein gh-pages-deploy env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/project.clj b/project.clj index b1c887c..59848b3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject resume "1.4.0-pages-deploy-fix-2" +(defproject resume "1.4.0-pages-deploy-fix-3" :description "Resume generator" :url "http://github.com/scoiatael/resume" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"