Skip to content

Commit cfb4ffe

Browse files
committed
Try to resolve an issue with building and the branch name
1 parent f0221b9 commit cfb4ffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/BuildImage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
ENDPOINT: "somewatson/mods" #don't modify -- modified
1515
BRANCH: "code-server-bat-sw" #added
1616
BASEIMAGE: "code-server" #replaced
17-
MODNAME: "bat" #replaced
17+
MODNAME: "bat-sw" #replaced
1818
MOD_VERSION: ${{ inputs.mod_version }} #don't modify
1919
MULTI_ARCH: "false" #set to false if not needed
2020

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This mod adds [bat](https://github.com/sharkdp/bat) to code-server, to be instal
44

55
Bat is a cat(1) clone with syntax highlighting and Git integration.
66

7-
In code-server docker arguments, set an environment variable `DOCKER_MODS=somewatson/mods:code-server-bat`
7+
In code-server docker arguments, set an environment variable `DOCKER_MODS=somewatson/mods:code-server-bat-sw`
88

9-
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=somewatson/mods:code-server-bat|linuxserver/mods:openssh-server-mod2`
9+
If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=somewatson/mods:code-server-bat-sw|linuxserver/mods:openssh-server-mod2`
1010

1111
### Bat-extras and Ripgrep
1212

0 commit comments

Comments
 (0)