mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-25 08:04:20 +08:00
Updated
This commit is contained in:
parent
d83a12dba0
commit
2068a715cb
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ chmod -R 777 "${INSTALL_DIR}${GITHUB_SCRIPTS_FOLDER}/scripts/"
|
|||
## Copy Toolkit Datas
|
||||
cd "${INSTALL_DIR}${GITHUB_SCRIPTS_FOLDER}/toolkit/"
|
||||
cp -r * "${INSTALL_DIR}"
|
||||
|
||||
sed -i "s/\/gh-toolkit/${INSTALL_DIR}/g" shell.sh
|
||||
sed -i 's|/gh-toolkit/|'"$INSTALL_DIR"'|g' shell.sh
|
||||
|
||||
echo "_------------------------------_"
|
||||
cat shell.sh
|
||||
|
|
Loading…
Reference in a new issue