Skip to content

Commit

Permalink
Update publish-comments.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro authored Nov 30, 2023
1 parent a7a7a2e commit 8f5a157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
with:
name: benchmark-artifacts
run_id: ${{ github.event.workflow_run.id }}
allow_forks: true
- name: Unzip artifacts and extract information
id: pr-info
run: |
mv benchmark-artifacts
cd benchmark-artifacts
echo "pr=$(cat pr)" >> $GITHUB_OUTPUT
echo "output=$(cat output)" >> $GITHUB_OUTPUT
- name: Find benchmarks comment
Expand Down

0 comments on commit 8f5a157

Please sign in to comment.