mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
7 lines
67 B
Bash
7 lines
67 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
install-apt sl
|
|
|
|
exec runuser -u ubuntu renovate
|