1
0
mirror of synced 2026-01-05 21:04:17 -05:00

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:
Cynthia Rich
2021-01-20 14:31:07 -05:00
committed by GitHub
parent 4bb7dd8f31
commit 6c3788cde0
15 changed files with 72 additions and 72 deletions

View File

@@ -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