From b87faf46af21f92be0e4b576e2877d6881221274 Mon Sep 17 00:00:00 2001 From: Rodrigo Ipince Date: Thu, 5 Sep 2024 14:09:06 +0200 Subject: [PATCH 1/2] [template] Test publishing hello-go template --- .github/workflows/publish-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-repos.yml b/.github/workflows/publish-repos.yml index 0078934..387706a 100644 --- a/.github/workflows/publish-repos.yml +++ b/.github/workflows/publish-repos.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: project_id: [dev-j3tpk, nonprod-j3tpk, prod-j3tpk] - template: [] # TODO: add templates + template: [hello-go] # TODO: add templates runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 From 40962f9cfd612979c635592f8afea10ccc0fa29c Mon Sep 17 00:00:00 2001 From: Rodrigo Ipince Date: Thu, 5 Sep 2024 14:10:35 +0200 Subject: [PATCH 2/2] rm todo --- .github/workflows/publish-repos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-repos.yml b/.github/workflows/publish-repos.yml index 387706a..bbff021 100644 --- a/.github/workflows/publish-repos.yml +++ b/.github/workflows/publish-repos.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: project_id: [dev-j3tpk, nonprod-j3tpk, prod-j3tpk] - template: [hello-go] # TODO: add templates + template: [hello-go] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4