Skip to content

Commit

Permalink
missing continue char
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Frye <[email protected]>
  • Loading branch information
fryeguy52 committed Feb 3, 2025
1 parent 306a4b2 commit bc4f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AT2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bc4f3ab

Please sign in to comment.