diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 14:56:12 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2024-03-09 14:56:12 +0100 |
commit | 691390b443c96ce9aa26c2fea487bbcf397147fc (patch) | |
tree | 306673268559b37b7f304cfcec53d28211ffc535 /.github | |
parent | a48da9b28aa9eb592f0479492f7d04b2c68cc33c (diff) | |
download | searxng-691390b443c96ce9aa26c2fea487bbcf397147fc.tar.gz searxng-691390b443c96ce9aa26c2fea487bbcf397147fc.zip |
[fix] CI YAML config files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d49a79a42..c6e74eaef 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -120,7 +120,7 @@ jobs: FOLDER: dist/docs CLEAN: true # Automatically remove deleted files from the deploy branch SINGLE_COMMIT: True - COMMIT_MESSAGE: [doc] build from commit ${{ github.sha }} + COMMIT_MESSAGE: '[doc] build from commit ${{ github.sha }}' babel: name: Update translations branch |