mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 21:00:35 +02:00
Added comments for set parameters
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/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
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
# 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user