Pārlūkot izejas kodu

runner-token typo

Alex Cheema 9 mēneši atpakaļ
vecāks
revīzija
e2d3a90832
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .github/bootstrap.sh

+ 1 - 1
.github/bootstrap.sh

@@ -17,7 +17,7 @@ fi
 # Check for required arguments
 if [ -z "$1" ]; then
     log "Error: Runner token is required"
-    log "Usage: $0 <github-pat> [tailscale-auth-key]"
+    log "Usage: $0 <runner-token> [tailscale-auth-key]"
     exit 1
 fi