You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Some extra options can be passed to the `docker-compose up` command using the `u
37
37
### Post hook
38
38
39
39
On post hook, the action will run `docker-compose down` to clean up the services.
40
-
In debug mode, the logs of the running services are printed before the cleanup.
40
+
In [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging), the logs of the running services are printed before the cleanup.
41
41
42
42
Some extra options can be passed to the `docker-compose down` command using the `down-flags` input.
0 commit comments