5 lines
43 B
Bash
Executable File
5 lines
43 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
cd $GITHUB_WORKSPACE
|
|
ls -lAF
|