mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 12:54:53 -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
485ffc4bae
commit
bf84528109
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
if: vars.ROLE == 'forgejo-coding'
|
if: vars.ROLE == 'forgejo-coding'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: 'code.forgejo.org/oci/node:20-bookworm'
|
image: 'code.forgejo.org/oci/ci:1'
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/forgejo/set-milestone@v1.0.0
|
- uses: https://code.forgejo.org/forgejo/set-milestone@v1.0.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue