]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typos in CI #5542
authorAlan T. DeKok <aland@freeradius.org>
Sat, 19 Apr 2025 13:05:37 +0000 (09:05 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 19 Apr 2025 13:05:37 +0000 (09:05 -0400)
.github/actions/build-freeradius/action.yml
.github/actions/ci-tests/action.yml
.github/actions/freeradius-deps/action.yml

index 9eb0eed987f6e7516c9c8b3c62acdf4bf573603e..30fdc08027c01a5b8dfb9e03b15a1408b0232bfb 100644 (file)
@@ -2,13 +2,13 @@ name: build-freeradius
 
 inputs:
   use_sanitizers:
-    desription: Enable sanitizers if true
+    description: Enable sanitizers if true
     default: false
   cc:
-    desription: Which CC to use
+    description: Which CC to use
     default: gcc
   test_type:
-    desription: What test is being run
+    description: What test is being run
     default: gcc
   platform:
     description: Platform the build is on
index 35626cb6b638b141a339f28b37fecad3a14fcd4a..281d76130fc2b749944b02c73fa46f474030c9fc 100644 (file)
@@ -62,7 +62,7 @@ inputs:
     default: 127.0.0.1
 
   use_docker:
-    desription: True if running in a Docker container
+    description: True if running in a Docker container
     default: false
 
 
index 6db710df0778b8433b7240c4ec950ba3f8277d8e..b1ef10ce0f18a643d6bdf49f74a70c8d3c533009 100644 (file)
@@ -2,19 +2,19 @@ name: freeradius-deps
 
 inputs:
   use_docker:
-    desription: True if running in a Docker container
+    description: True if running in a Docker container
     default: false
   llvm_ver:
-    desription: Version of LLVM to use
+    description: Version of LLVM to use
     default: 18
   gcc_ver:
-    desription: Version of GCC to use
+    description: Version of GCC to use
     default: 14
   fuzzing:
-    desription: True if fuzzing is enabled
+    description: True if fuzzing is enabled
     default: false
   cc:
-    desription: Which CC to use
+    description: Which CC to use
     default: gcc