diff --git a/.github/workflows/increase-base-version.yml b/.github/workflows/increase-base-version.yml index 113caaa..fd1780c 100644 --- a/.github/workflows/increase-base-version.yml +++ b/.github/workflows/increase-base-version.yml @@ -12,7 +12,7 @@ on: repository: required: false type: string - default: federated-wiki/wiki-docker-plugins + default: federated-wiki/wiki-oci-distribution ref: required: false type: string @@ -29,7 +29,7 @@ on: repository: required: false type: string - default: federated-wiki/wiki-docker-plugins + default: federated-wiki/wiki-oci-distribution ref: required: false type: string diff --git a/.github/workflows/release-increased-version.yml b/.github/workflows/release-increased-version.yml index 5666f9c..9f648c2 100644 --- a/.github/workflows/release-increased-version.yml +++ b/.github/workflows/release-increased-version.yml @@ -13,7 +13,7 @@ on: repository: required: false type: string - default: federated-wiki/wiki-docker-plugins + default: federated-wiki/wiki-oci-distribution permissions: pull-requests: write