From bc4f3ab35600c409ae0778bde04e24ceda4f5f1d Mon Sep 17 00:00:00 2001 From: Joe Frye Date: Mon, 3 Feb 2025 14:45:04 -0700 Subject: [PATCH] missing continue char Signed-off-by: Joe Frye --- .github/workflows/AT2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AT2.yml b/.github/workflows/AT2.yml index 00cac3f127a6..4014f97670a0 100644 --- a/.github/workflows/AT2.yml +++ b/.github/workflows/AT2.yml @@ -375,7 +375,7 @@ jobs: type python python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/PullRequestLinuxDriverTest.py \ --target-branch-name ${{ github.event.pull_request.base.ref }} \ - --genconfig-build-name ${GENCONFIG_BUILD_NAME} + --genconfig-build-name ${GENCONFIG_BUILD_NAME} \ --pullrequest-number ${{ github.event.pull_request.number }} \ --pullrequest-env-config-file ${GITHUB_WORKSPACE}/packages/framework/pr_tools/trilinos_pr.ini \ --pullrequest-gen-config-file ${GITHUB_WORKSPACE}/packages/framework/GenConfig/src/gen-config.ini \