Skip to content

Commit 2b4ed07

Browse files
authored
Merge pull request #3 from TNkemdilim/add-git-subtree
Feat(Subtree): Add `git subtree` Command
2 parents 1be7bde + 3bd4601 commit 2b4ed07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="yellow"
88
LABEL "repository"="http://github.com/srt32/git-actions"
99
LABEL "homepage"="http://github.com/srt32/git-actions"
1010

11-
RUN apk add --no-cache git bash
11+
RUN apk add --no-cache git bash git-subtree
1212

1313
ADD entrypoint.sh /
1414
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)