Skip to content

Commit 030d03d

Browse files
committed
Fix typo
1 parent 087d921 commit 030d03d

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
@@ -160,7 +160,7 @@ jobs:
160160
;;
161161
macos-14)
162162
if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
163-
build_runs_on="${{ input.runs-on }}"
163+
build_runs_on="${{ inputs.runs-on }}"
164164
else
165165
build_runs_on="depot-macos-14"
166166
fi

0 commit comments

Comments
 (0)