Skip to content

Commit 2664967

Browse files
authored
Update config.yml
1 parent 7c1161f commit 2664967

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- checkout
1515
- run:
1616
name: "Semgrep scan"
17-
command: |
17+
command: |
18+
echo $CIRCLE_PULL_REQUEST
19+
echo ${CIRCLE_PULL_REQUEST##*/}
1820
if [ -n "$CIRCLE_PULL_REQUEST" ]; then
1921
echo "this is not a pull request"
2022
echo 'export SEMGREP_APP_TOKEN=$SEMGREP_APP_TOKEN' >> $BASH_ENV

0 commit comments

Comments
 (0)