Add code block copy button to more actions guides code blocks (#16213)
* add copy to code blocks in about service containers * add copy to code blocks in java with ant guide * add copy to code blocks in actions guides * Update content/actions/guides/about-service-containers.md Co-authored-by: Jason Etcovitch <jasonetco@github.com> * {:code} should be {:copy} * add copy button in reusable Co-authored-by: Jason Etcovitch <jasonetco@github.com>
This commit is contained in:
@@ -5,7 +5,7 @@ The starter workflow template sets up the `PATH` to contain OpenJDK 8 for the x6
|
||||
For example, to use version 9.0.4 of the JDK for the x64 platform, you can use the `setup-java` action and configure the `java-version` and `architecture` parameters to `'9.0.4'` and `x64`.
|
||||
|
||||
{% raw %}
|
||||
```yaml
|
||||
```yaml{:copy}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 9.0.4 for x64
|
||||
|
||||
Reference in New Issue
Block a user