Skip to content

Commit 4276d92

Browse files
greenc-FNALCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 63e31b6 commit 4276d92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake-format-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: Framework-R-D/phlex/.github/actions/handle-fix-commit@main
7979
with:
8080
tool: cmake-format
81-
working-directory: phlex-src
81+
working-directory: ${{ env.local-checkout-path }}
8282
token: ${{ secrets.WORKFLOW_PAT }}
8383
pr-info-ref: ${{ (github.event_name == 'workflow_call' && inputs.ref) || needs.parse-command.outputs.ref }}
8484
pr-info-repo: ${{ (github.event_name == 'workflow_call' && inputs.repo) || needs.parse-command.outputs.repo }}

.github/workflows/python-fix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
uses: Framework-R-D/phlex/.github/actions/handle-fix-commit@main
8383
with:
8484
tool: 'Python linting'
85-
working-directory: phlex-src
85+
working-directory: ${{ env.local-checkout-path }}
8686
token: ${{ secrets.WORKFLOW_PAT }}
8787
pr-info-ref: ${{ (github.event_name == 'workflow_call' && inputs.ref) || needs.parse-command.outputs.ref }}
8888
pr-info-repo: ${{ (github.event_name == 'workflow_call' && inputs.repo) || needs.parse-command.outputs.repo }}

0 commit comments

Comments
 (0)