File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments