diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-23 14:38:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 14:38:07 +0200 |
| commit | 461c6fb21eb3f63c5b025724a0b9e90b41d42a71 (patch) | |
| tree | 7fc77d56a745785c93f376f6a29e2a371854923a /.github | |
| parent | 1a6e3b3ed0073ed7876ed64eac5b29674bedf690 (diff) | |
| parent | 360266bca9e69ef7bca4e8d069d654494fa9c863 (diff) | |
Merge pull request #20 from return42/fix-commit-msg
[CI] JamesIves/github-pages-deploy-action COMMIT_MESSAGE
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 |