Merge pull request #299408 from podocarp/jxd/add-config

gitea-actions-runner: add config to register task
This commit is contained in:
Martin Weinelt
2024-04-03 17:26:59 +02:00
committed by GitHub
@@ -236,7 +236,8 @@ in
--instance ${escapeShellArg instance.url} \
--token "$TOKEN" \
--name ${escapeShellArg instance.name} \
--labels ${escapeShellArg (concatStringsSep "," instance.labels)}
--labels ${escapeShellArg (concatStringsSep "," instance.labels)} \
--config ${configFile}
# and write back the configured labels
echo "$LABELS_WANTED" > "$LABELS_FILE"