mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 04:40:33 +02:00
Added verbose shell output
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
|
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set, x is for showing the commands before they are executed
|
||||||
set -eu
|
set -eux
|
||||||
|
|
||||||
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
|
# Function for setting up git env in the docker container (copied from https://github.com/stefanzweifel/git-auto-commit-action/blob/master/entrypoint.sh)
|
||||||
git_setup ( ) {
|
git_setup ( ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user