mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-24 07:34:04 +08:00
Updated
This commit is contained in:
parent
a8b3fe20a8
commit
11eee9dd56
1 changed files with 10 additions and 0 deletions
|
@ -1,5 +1,15 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
cd /
|
||||
|
||||
ls -lah
|
||||
echo "
|
||||
CD - To GH_TOOLKIT
|
||||
"
|
||||
cd /gh-toolkit/
|
||||
ls -lah
|
||||
|
||||
echo "
|
||||
"
|
||||
sh ./test/shell-test.sh
|
Loading…
Reference in a new issue