From 8a12d324e31e209d5930b841a7d4b4ffb1b3f2ac Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Fri, 31 Jul 2020 14:50:30 +0200 Subject: [PATCH] Trigger on docs/wiki branch --- .github/workflows/wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 539e720..97be2c0 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -12,7 +12,7 @@ on: paths: - 'wiki/**' branches: - - 'master' + - 'docs/wiki' # # Releases cause this action to also fire. # Using this prevents this problem. @@ -45,7 +45,7 @@ jobs: # We only want to target files in the wiki folder # MD_FOLDER: 'wiki' - WIKI_PUSH_MESSAGE: 'Updating wiki from commit ${{ github.event.after }}' + WIKI_PUSH_MESSAGE: '${{ github.event.commits[0].message }}' # # We skip/ignore the README.md file in the Wiki folder #