Skip to content

Commit 7641cd0

Browse files
Update entrypoint.sh
1 parent 1dab64f commit 7641cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function installTypescript(){
1515
}
1616

1717
function runGoModuleFetch() {
18+
echo ">>> We are running: $(go version)"
1819
go mod tidy
1920
}
2021

@@ -101,7 +102,6 @@ ${output}
101102
function main(){
102103
parseInputs
103104
cd ${GITHUB_WORKSPACE}/${INPUT_WORKING_DIR}
104-
ls ${GITHUB_WORKSPACE}
105105
#installTypescript
106106
runGoModuleFetch
107107
installAwsCdk

0 commit comments

Comments
 (0)