Merge pull request #299408 from podocarp/jxd/add-config
gitea-actions-runner: add config to register task
This commit is contained in:
commit
394a44ced3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user