Skip to content

Commit 310b584

Browse files
committed
Set default shell and working directory
1 parent 5922dcd commit 310b584

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Ubuntu
33
on:
44
push:
55

6+
defaults:
7+
run:
8+
shell: bash
9+
working-directory: ./docker/ubuntu
10+
611
env:
712
DOCKER_REGISTRY: ghcr.io
813

0 commit comments

Comments
 (0)