Skip to content

Commit

Permalink
ci: dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Jul 23, 2024
1 parent cbc7139 commit c949011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get branch name
id: get-branch
run: |
if [[ "${{ github.event_name}}" == "issue_comment" && "${{ github.event.issue.pull_request.html_url }}" != "" ]]; then
if [[ "${{ github.event_name }}" == "issue_comment" && "${{ github.event.issue.pull_request.html_url }}" != "" ]]; then
# issue_comment (pull_request)
branch=$(gh pr view "${{ github.event.issue.pull_request.html_url }}" --json headRefName | jq -r ".headRefName")
echo "name=${branch}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit c949011

Please sign in to comment.