actions: add automerge example

This commit is contained in:
Earl Warren 2024-05-27 16:57:05 +02:00
parent c6cd39b074
commit f9e20e7770
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
7 changed files with 202 additions and 2 deletions

View file

@ -114,7 +114,7 @@ function test_actions() {
fi
if dpkg --compare-versions $version ge 7.1 ; then
for example in post-7-0-schedule ; do
for example in automerge post-7-0-schedule ; do
run actions_verify_example $example
done
fi