Parcourir la source

runner-token typo

Alex Cheema il y a 9 mois
Parent
commit
e2d3a90832
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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