mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-06-08 03:58:19 +02:00
default runner is v3.0.1
This commit is contained in:
parent
2657043de5
commit
96cc7b4991
5 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# As of Forgejo v1.20 running this example would require using the web
|
||||
# endpoints because there is no API to do the same.
|
||||
#
|
||||
# It was manually tested to **not work** with Forgejo v1.20 & runner 2.5.0
|
||||
# It was manually tested to **not work** with Forgejo v1.21 & runner 3.0.1
|
||||
#
|
||||
on: [push]
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
#
|
||||
# This is documented in GitHub Actions and does not work in Forgejo Actions
|
||||
# as of 3.0.0.
|
||||
# as of 3.0.1.
|
||||
#
|
||||
# If you have a chain of dependent jobs, failure() returns true if any ancestor job fails.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue