mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Add packages removing snippet
This commit is contained in:
@@ -31,16 +31,6 @@ curl -L \
|
||||
"https://api.github.com/${ORG}/packages/container/${RUNNER_ID}"
|
||||
fi
|
||||
|
||||
# deleting a runner
|
||||
#if [[ $RUNNER_NAME == ${DELETE} ]]; then
|
||||
#curl -L \
|
||||
# -X DELETE \
|
||||
# -H "Accept: application/vnd.github+json" \
|
||||
# -H "Authorization: Bearer ${TOKEN}"\
|
||||
# -H "X-GitHub-Api-Version: 2022-11-28" \
|
||||
# https://api.github.com/orgs/${ORG}/actions/runners/${RUNNER_ID}
|
||||
#fi
|
||||
|
||||
done <<< $RUNNER
|
||||
x=$(( $x + 1 ))
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user