Skip to content

Commit d696c20

Browse files
authored
fix(action): missing project directory path for failure inspection (#3825)
This one is missing. First seen here: https://github.com/getsentry/uptime-checker/actions/runs/16429015462/job/46426515654
1 parent a2447aa commit d696c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ runs:
174174
shell: bash
175175
run: |
176176
echo "::group::Inspect failure - docker compose ps"
177+
cd ${{ github.action_path }}
177178
docker compose ps
178179
echo "::endgroup::"
179180
echo "::group::Inspect failure - docker compose logs"

0 commit comments

Comments
 (0)