feat: workdir variable
This commit is contained in:
parent
2b2a1ac12c
commit
d1f56fe98d
2 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/bash -e
|
||||
# shellcheck disable=SC1091
|
||||
|
||||
cd "$INPUT_WORKDIR"
|
||||
|
||||
set -a
|
||||
. ./.env
|
||||
set +a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue