1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Fix formatting

This commit is contained in:
dawei-wang
2023-01-04 12:53:25 -08:00
committed by GitHub
parent 6d46172ae2
commit 3c93c1ea0c

View File

@@ -420,6 +420,7 @@ You can use Base64 encoding to store small binary blobs as secrets. You can then
run: |
openssl x509 -in cert.der -inform DER -text -noout
```
{% note %}
**Note**: Using another shell might require different commands for decoding the secret to a file. On Windows runners, we recommend [using a bash shell](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell) with `shell: bash` to use the commands in the `run` step above.