Skip to content

Commit 157d9ba

Browse files
committed
fix
1 parent 6c17cec commit 157d9ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ jobs:
334334
- id: config-path
335335
env:
336336
EDITOR: echo
337-
run: echo "CONFIG_PATH=$(atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
337+
run: echo "CONFIG_PATH=$(./bin/atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
338338
- env:
339339
CONFIG_PATH: ${{ steps.config-path.outputs.CONFIG_PATH }}
340340
CONFIG_CONTENT: |

.github/workflows/update-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- id: config-path
8080
env:
8181
EDITOR: echo
82-
run: echo "CONFIG_PATH=$(atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
82+
run: echo "CONFIG_PATH=$(./bin/atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
8383
- env:
8484
CONFIG_PATH: ${{ steps.config-path.outputs.CONFIG_PATH }}
8585
CONFIG_CONTENT: |
@@ -161,7 +161,7 @@ jobs:
161161
- id: config-path
162162
env:
163163
EDITOR: echo
164-
run: echo "CONFIG_PATH=$(atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
164+
run: echo "CONFIG_PATH=$(./bin/atlas config edit 2>/dev/null)" >> "$GITHUB_OUTPUT"
165165
- env:
166166
CONFIG_PATH: ${{ steps.config-path.outputs.CONFIG_PATH }}
167167
CONFIG_CONTENT: |

0 commit comments

Comments
 (0)