Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit add1f3d

Browse files
committed
chore: work in branch for updates
1 parent 22c29f3 commit add1f3d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,18 @@ version: '3'
44

55
vars:
66
GREETING: Hello, World!
7+
BRANCHNAME: $(tr -dc A-Za-z0-9 </dev/urandom | head -c 13; echo)
78

89
tasks:
910
default:
1011
cmds:
11-
- echo "{{.GREETING}}"
12+
- echo "{{.BRANCHNAME}}"
1213
silent: true
1314

1415
update:
1516
cmds:
1617
- echo "Running surgeon..."
18+
- git checkout -b "{{.BRANCHNAME}}"
1719
- surgeon
1820
- ./misc/index.sh
1921
silent: true

0 commit comments

Comments
 (0)