From 7327ff9c2fd7a87e57c8ef4e657eca41a27cdd22 Mon Sep 17 00:00:00 2001 From: Matthew Tomaszewski Date: Wed, 24 Jul 2024 16:10:10 -0400 Subject: [PATCH] Update ActionChecker.yml to make pull request into gh-pages branch instead of QA branch For GitHub Pull Request Action --- .github/workflows/ActionChecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ActionChecker.yml b/.github/workflows/ActionChecker.yml index fb6c0d0ae..331ca5767 100644 --- a/.github/workflows/ActionChecker.yml +++ b/.github/workflows/ActionChecker.yml @@ -131,7 +131,7 @@ jobs: # Branch name to pull from, default is triggered branch #source_branch: 'Feature' # optional # Branch name to sync to in this repo, default is master - destination_branch: 'QA' # optional, default is master + destination_branch: 'gh-pages' # optional, default is master # Pull request title #pr_title: # optional # Pull request body