diff options
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 |