mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 07:13:02 -05:00
chore(ci): set the milestone when a pull request is open (take 2)
Use the oci:ci image to get jq
This commit is contained in:
parent
15fdb5c768
commit
ebfe702df6
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