We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ac08b1 + 44571d4 commit e06e591Copy full SHA for e06e591
1 file changed
actionanalysis.sh
@@ -9,6 +9,8 @@ echo "Got pull request $PULL_REQUEST for branch $GITHUB_BRANCH"
9
# Install ShiftLeft
10
curl https://www.shiftleft.io/download/sl-latest-linux-x64.tar.gz > /tmp/sl.tar.gz && sudo tar -C /usr/local/bin -xzf /tmp/sl.tar.gz
11
12
+ls -l
13
+cd hello-shiftleft-0.0.1.jar
14
ls -l
15
echo "GITHUB SHA"=$GITHUB_SHA
16
echo "GITHUB BRANCH"=$GITHUB_BRANCH
0 commit comments