Skip to content

Commit

Permalink
Fix runner_group_label
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Nov 6, 2024
1 parent 08b6593 commit 6ca072e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on:
labels: [tart, macos]
outputs:
runner_group_label: |
${{ steps.runner-group-label.outputs.runner_group_label }}
runner_group_label:
"${{ steps.runner-group-label.outputs.runner_group_label }}"
steps:
- name: Clone macos-ci-setup repository
run: |
Expand Down

0 comments on commit 6ca072e

Please sign in to comment.