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 8f5a157 commit 64fcb77
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,10 +28,9 @@ jobs:
with:
name: benchmark-artifacts
run_id: ${{ github.event.workflow_run.id }}
- name: Unzip artifacts and extract information
- name: Extract artifacts information
id: pr-info
run: |
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 64fcb77

Please sign in to comment.