/.github/workflows/ci-performance-benchmarks.yaml: fix id

This commit is contained in:
Dustin Brown
2020-12-31 14:44:23 -08:00
parent 51ad0be7ac
commit 380e321a1c
@@ -14,6 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate Commentor
id: set_valid
run: ./.github/scripts/performance-benchmarking/validate-commentor.sh "$ACTOR"
env:
ACTOR: ${{ github.actor }}