From 08841aa3b6b1f0720bda3b1b7564d80dde8d5e43 Mon Sep 17 00:00:00 2001 From: Eivind Grimstad Date: Fri, 17 Apr 2026 13:14:47 +0200 Subject: [PATCH] chore: Move back to using entur/gha-meta Changes in fork is merged in, as of v1.7.0 --- .github/workflows/cd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7b97376..9fd0331 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -12,26 +12,26 @@ jobs: uses: entur/gha-meta/.github/workflows/release.yml@v1 update-lint-doc: needs: release - uses: egrimstad/gha-meta/.github/workflows/auto-doc.yml@main + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 with: commit_default_author: 'github_actions' - branch: 'release-please--branches--main' + target_branch: 'release-please--branches--main' workflow_file: .github/workflows/lint.yml readme_file: README-lint.md update-publish-doc: needs: update-lint-doc - uses: egrimstad/gha-meta/.github/workflows/auto-doc.yml@main + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 with: commit_default_author: 'github_actions' - branch: 'release-please--branches--main' + target_branch: 'release-please--branches--main' workflow_file: .github/workflows/publish.yml readme_file: README-publish.md update-validate-doc: needs: update-publish-doc - uses: egrimstad/gha-meta/.github/workflows/auto-doc.yml@main + uses: entur/gha-meta/.github/workflows/auto-doc.yml@v1 with: commit_default_author: 'github_actions' - branch: 'release-please--branches--main' + target_branch: 'release-please--branches--main' workflow_file: .github/workflows/validate.yml readme_file: README-validate.md