mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
ci: Fix failing CI jobs (#3481)
Have updated the workflow to only run the "Block Translated Changes" job on PRs since it will fail when run on pushes to a branch. Have fixed the formatting while I was here.
This commit is contained in:
+8
-10
@@ -677,26 +677,24 @@ format = "[$symbol$environment](dimmed green) "
|
||||
|
||||
The `container` module displays a symbol and container name, if inside a container.
|
||||
|
||||
|
||||
### Options
|
||||
|
||||
| Option | Default | Description |
|
||||
|------------|-----------------------------------|-------------------------------------------|
|
||||
| `symbol` | `"⬢"` | The symbol shown, when inside a container |
|
||||
| `style` | `"bold red dimmed"` | The style for the module. |
|
||||
| `format` | "[$symbol \\[$name\\]]($style) " | The format for the module. |
|
||||
| `disabled` | `false` | Disables the `container` module. |
|
||||
|
||||
| Option | Default | Description |
|
||||
| ---------- | -------------------------------- | ----------------------------------------- |
|
||||
| `symbol` | `"⬢"` | The symbol shown, when inside a container |
|
||||
| `style` | `"bold red dimmed"` | The style for the module. |
|
||||
| `format` | "[$symbol \\[$name\\]]($style) " | The format for the module. |
|
||||
| `disabled` | `false` | Disables the `container` module. |
|
||||
|
||||
### Variables
|
||||
|
||||
| Variable | Example | Description |
|
||||
|----------|---------------------|--------------------------------------|
|
||||
| -------- | ------------------- | ------------------------------------ |
|
||||
| name | `fedora-toolbox:35` | The name of the container |
|
||||
| symbol | | Mirrors the value of option `symbol` |
|
||||
| style\* | | Mirrors the value of option `style` |
|
||||
|
||||
\*: This variable can only be used as a part of a style string
|
||||
*: This variable can only be used as a part of a style string
|
||||
|
||||
### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user