mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-21 12:44:49 -05:00
chore(ci): set the milestone when a pull request is open (take 2)
Use the oci:ci image to get jq
(cherry picked from commit ebfe702df6
)
This commit is contained in:
parent
4164e907e6
commit
abd626eca7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
if: vars.ROLE == 'forgejo-coding'
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'code.forgejo.org/oci/node:20-bookworm'
|
||||
image: 'code.forgejo.org/oci/ci:1'
|
||||
steps:
|
||||
- uses: https://code.forgejo.org/forgejo/set-milestone@v1.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue