From 360266bca9e69ef7bca4e8d069d654494fa9c863 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 23 Apr 2021 13:01:22 +0200 Subject: [PATCH] [CI] JamesIves/github-pages-deploy-action COMMIT_MESSAGE remove rocket symbol from the commit message Signed-off-by: Markus Heiser Suggested-by: https://github.com/JamesIves/github-pages-deploy-action/pull/576 --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0efa5a70..32bd2175 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -87,6 +87,7 @@ jobs: FOLDER: build/gh-pages CLEAN: true # Automatically remove deleted files from the deploy branch SINGLE_COMMIT: True + COMMIT_MESSAGE: build from commit ${{ github.sha }} dockers: name: Docker