Skip to content

Commit 605e497

Browse files
committed
Fix typo
1 parent 137ed98 commit 605e497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ jobs:
520520
if: >-
521521
always() &&
522522
github.repository == 'llvm/llvm-project'
523-
runs-on: ${{ input.runs-on }}
523+
runs-on: ${{ inputs.runs-on }}
524524
steps:
525525
- name: Checkout Actions
526526
uses: actions/checkout@v4

0 commit comments

Comments
 (0)