We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1161f commit 2664967Copy full SHA for 2664967
.circleci/config.yml
@@ -14,7 +14,9 @@ jobs:
14
- checkout
15
- run:
16
name: "Semgrep scan"
17
- command: |
+ command: |
18
+ echo $CIRCLE_PULL_REQUEST
19
+ echo ${CIRCLE_PULL_REQUEST##*/}
20
if [ -n "$CIRCLE_PULL_REQUEST" ]; then
21
echo "this is not a pull request"
22
echo 'export SEMGREP_APP_TOKEN=$SEMGREP_APP_TOKEN' >> $BASH_ENV
0 commit comments