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
commit 394a44ced3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"