Skip to content

Commit

Permalink
[setup](build): chg shell from sh to bash (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Hightower <[email protected]>
  • Loading branch information
RalphHightower authored Jan 6, 2025
1 parent 10ef088 commit 339b750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash

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

0 comments on commit 339b750

Please sign in to comment.