feat: test FORGEJO_TOKEN
This commit is contained in:
parent
3450de64aa
commit
af5923c7d4
2 changed files with 18 additions and 0 deletions
|
@ -171,5 +171,9 @@ function test_actions() {
|
|||
if dpkg --compare-versions $version ge 9.0; then
|
||||
run actions_verify_example schedule-noncancel
|
||||
fi
|
||||
|
||||
if dpkg --compare-versions $version ge 10.0 && dpkg --compare-versions $runner_version gt 5.0.4; then
|
||||
run actions_verify_example branding-v10
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue