Skip to content

Commit 339b750

Browse files
[setup](build): chg shell from sh to bash (#106)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 10ef088 commit 339b750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

3-
sh -c "cd /home/app/pandoc && make pdf"
3+
bash -c "cd /home/app/pandoc && make pdf"

0 commit comments

Comments
 (0)