diff --git a/.ci/Dockerfile b/.ci/Dockerfile index 919e80a..40c96c7 100644 --- a/.ci/Dockerfile +++ b/.ci/Dockerfile @@ -4,6 +4,7 @@ RUN set -eux; \ apt-get update; \ apt-get install --no-install-recommends -y \ git \ + jq \ ; \ sh -c "git config --global --add safe.directory '*'"; \ apt-get remove -y --auto-remove; \ diff --git a/.ci/pipelines/set-pr-pipelines.yml b/.ci/pipelines/set-pr-pipelines.yml index 938e7e3..0712b03 100644 --- a/.ci/pipelines/set-pr-pipelines.yml +++ b/.ci/pipelines/set-pr-pipelines.yml @@ -37,7 +37,7 @@ resources: type: gitea-package source: access_token: ((forgejo_api_key)) - url: ((fprgejo_url)) + url: ((forgejo_url)) owner: ((owner)) type: generic name: ((repo)) @@ -73,6 +73,8 @@ jobs: pr: ((.:pr)) forgejo_api_key: ((forgejo_api_key)) forgejo_url: ((forgejo_url)) + owner: ((owner)) + repo: ((repo)) instance_vars: number: ((.:pr.number))