Skip to content

Commit

Permalink
head ref
Browse files Browse the repository at this point in the history
  • Loading branch information
colleend committed Apr 11, 2023
1 parent ffec79f commit e84867c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-pro-benchmark-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Trigger semgrep-rules-pro benchmarking argo workflow on PR/push to develop or release
env:
RULES_REPO: ${{ github.event.repository.name }}
BASE_BRANCH: ${{ env.base_branch }}
BASE_BRANCH: ${{ github.head_ref }}
run: |
curl -X POST https://argoworkflows-dev.corp.r2c.dev/api/v1/events/security-research/pro-perf-scan-test -H "Authorization: ${{ secrets.ARGO_WORKFLOWS_TOKEN }}" -d "{\"base_branch\": \"$BASE_BRANCH\", \"comparison_branch\": \"develop\", \"rules_repository\": \"$RULES_REPO\"}"

0 comments on commit e84867c

Please sign in to comment.