Skip to content

Commit 33a84cc

Browse files
committed
docs: Fix contributing
1 parent ec228a3 commit 33a84cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ Thank you for being part of the Telefónica Innovación Digital Open Source Comm
3939
The action is a Docker container that runs a Node.js script. To test the action locally, you can run the Docker compose file in the root of the repository. This will build the Docker image and run the action in a container.
4040

4141
```bash
42-
$ docker-compose build
43-
$ docker-compose run action
42+
$ docker compose build
43+
$ docker compose run action
4444
```
4545

4646
You can provide a `.env` file to set environment variables used by the GitHub Actions Toolkit. For more information, see the example file, [`.env.example`](./.env.example), and the
4747
[GitHub Actions Documentation](https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables).
4848

4949
> [!IMPORTANT]
50-
> The action will search for configuration file and dependencies in the `/github/workspace` directory. The root workspace directory is mounted as a volume in the container in that folder, so it will check for the configuration file and dependencies in the root of the repository, checking its own dependencies. You can set another directory to be checked by setting the `INPUT_CWD` environment variable to the desired directory (e.g. `INPUT_CWD=test-action`).
50+
> The action will search for configuration file and dependencies in the `/github/workspace` directory. The root workspace directory is mounted as a volume in the container in that folder. You can set another directory to be checked by setting the `INPUT_CWD` environment variable to the desired directory (e.g. `INPUT_CWD=test-action`).
5151

5252
### Test the Node.js code locally
5353

0 commit comments

Comments
 (0)