Skip to content

Commit b716db5

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump hoverkraft-tech/ci-dokumentor
Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-dokumentor](https://github.com/hoverkraft-tech/ci-dokumentor). --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-dokumentor dependency-version: 0.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 88b85ef commit b716db5

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

.github/workflows/main-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737

3838
- name: 📖 Generate documentation
39-
uses: hoverkraft-tech/ci-dokumentor@4ad2ab669afb9516c4b9d026f093d23350132589 # 0.1.1
39+
uses: hoverkraft-tech/ci-dokumentor@fe7b78e19572b70e2a5db7f2a61b99c70358061a # 0.1.2
4040
with:
4141
source: action.yml
4242

action.yml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1+
# ### Action
2+
#
3+
# The action will run `docker compose up` to start the services defined in the given compose file(s).
4+
# The compose file(s) can be specified using the `compose-file` input.
5+
# Some extra options can be passed to the `docker compose up` command using the `up-flags` input.
6+
#
7+
# ### Post hook
8+
#
9+
# On post hook, the action will run `docker compose down` to clean up the services.
10+
#
11+
# Logs of the Docker Compose services are logged using GitHub `core.ts` API before the cleanup.
12+
# The log level can be set using the `services-log-level` input.
13+
# The default is `debug`, which will only print logs if [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging) is switched on.
14+
#
15+
# Some extra options can be passed to the `docker compose down` command using the `down-flags` input.
116
name: "Docker Compose Action"
2-
description: |
3-
This action runs your compose file(s) and clean up before action finished
4-
5-
### Action
6-
7-
The action will run `docker compose up` to start the services defined in the given compose file(s).
8-
The compose file(s) can be specified using the `compose-file` input.
9-
Some extra options can be passed to the `docker compose up` command using the `up-flags` input.
10-
11-
### Post hook
12-
13-
On post hook, the action will run `docker compose down` to clean up the services.
14-
15-
Logs of the Docker Compose services are logged using GitHub `core.ts` API before the cleanup.
16-
The log level can be set using the `services-log-level` input.
17-
The default is `debug`, which will only print logs if [debug mode](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/enabling-debug-logging) is switched on.
18-
19-
Some extra options can be passed to the `docker compose down` command using the `down-flags` input.
20-
17+
description: This action runs your compose file(s) and clean up before action finished
2118
author: "hoverkraft"
2219
branding:
2320
icon: anchor

0 commit comments

Comments
 (0)