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
|`config_path`| Path to the TOML configuration file | No |`.github/configs/setup-custom-action-by-docker.toml`|
23
23
24
24
## Outputs
@@ -46,24 +46,27 @@ jobs:
46
46
- uses: actions/checkout@v4
47
47
48
48
- name: Run Example GitHub Action Using Golang
49
-
uses: pplmx/setup-custom-action-by-docker@v1
49
+
uses: pplmx/setup-custom-action-by-docker@main
50
50
```
51
51
52
52
You can also follow [this](.github/workflows/test_custom_action_itself.yml).
53
53
54
54
## Local Development
55
55
56
-
For instructions on setting up a local development environment and testing this GitHub Action, please refer to the [Development Documentation](docs/development.md).
56
+
For instructions on setting up a local development environment and testing this GitHub Action, please refer to
57
+
the [Development Documentation](docs/development.md).
57
58
58
59
## License
59
60
60
61
This project is dual-licensed under either of the following licenses, at your option:
61
62
62
-
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
63
+
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE)
64
+
or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))
63
65
- MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
64
66
65
67
## Contribution
66
68
67
-
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
69
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as
70
+
defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
68
71
69
72
For more details, see [CONTRIBUTING.md](CONTRIBUTING.md).
0 commit comments