diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 13:01:22 +0200 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-04-23 14:13:13 +0200 |
commit | 360266bca9e69ef7bca4e8d069d654494fa9c863 (patch) | |
tree | 7fc77d56a745785c93f376f6a29e2a371854923a /.github | |
parent | 1a6e3b3ed0073ed7876ed64eac5b29674bedf690 (diff) | |
download | searxng-360266bca9e69ef7bca4e8d069d654494fa9c863.tar.gz searxng-360266bca9e69ef7bca4e8d069d654494fa9c863.zip |
[CI] JamesIves/github-pages-deploy-action COMMIT_MESSAGE
remove rocket symbol from the commit message
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Suggested-by: https://github.com/JamesIves/github-pages-deploy-action/pull/576
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0efa5a703..32bd2175f 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 |