mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2026-01-11 05:51:43 -07:00
Enable shell debugging
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh -l
|
#!/bin/sh -l
|
||||||
|
|
||||||
|
set -x
|
||||||
set -e # if a command fails it stops the execution
|
set -e # if a command fails it stops the execution
|
||||||
set -u # script fails if trying to access to an undefined variable
|
set -u # script fails if trying to access to an undefined variable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user