mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02:00
Provide hint for -P (#815)
This commit is contained in:
@@ -352,7 +352,7 @@ func (rc *RunContext) isEnabled(ctx context.Context) bool {
|
||||
|
||||
for _, runnerLabel := range job.RunsOn() {
|
||||
platformName := rc.ExprEval.Interpolate(runnerLabel)
|
||||
l.Infof("\U0001F6A7 Skipping unsupported platform '%+v'", platformName)
|
||||
l.Infof("\U0001F6A7 Skipping unsupported platform -- Try running with `-P %+v=...`", platformName)
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user