Skip to content

Commit

Permalink
fix: outputs in get-runner-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Dec 4, 2024
1 parent ae3400c commit 3d602d3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/get-runner-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,30 @@ on:
LINUX_RUNNER_LABELS:
description: "linux runner labels"
value: ${{ jobs.main.outputs.LINUX_RUNNER_LABELS }}
LINUX_RUNNER_TYPE:
description: "linux runner type"
value: ${{ jobs.main.outputs.LINUX_RUNNER_TYPE }}
LINUX_CACHE_TYPE:
description: "cache type used for linux runner"
value: ${{ jobs.main.outputs.LINUX_CACHE_TYPE }}
MACOS_RUNNER_LABELS:
description: "macos runner labels"
value: ${{ jobs.main.outputs.MACOS_RUNNER_LABELS }}
MACOS_RUNNER_TYPE:
description: "macos runner type"
value: ${{ jobs.main.outputs.MACOS_RUNNER_TYPE }}
MACOS_CACHE_TYPE:
description: "cache type used for macos runner"
value: ${{ jobs.main.outputs.MACOS_CACHE_TYPE }}
WINDOWS_RUNNER_LABELS:
description: "windows runner labels"
value: ${{ jobs.main.outputs.WINDOWS_RUNNER_LABELS }}
WINDOWS_RUNNER_TYPE:
description: "windows runner type"
value: ${{ jobs.main.outputs.WINDOWS_RUNNER_TYPE }}
WINDOWS_CACHE_TYPE:
description: "cache type used for windows runner"
value: ${{ jobs.main.outputs.WINDOWS_CACHE_TYPE }}

jobs:
main:
Expand Down

0 comments on commit 3d602d3

Please sign in to comment.