From c9efa2a87f9a4b387eb6fbe565f1b0f85cd07550 Mon Sep 17 00:00:00 2001 From: Rodrigo Ipince Date: Wed, 11 Sep 2024 04:35:10 -0700 Subject: [PATCH] [templates] Publish templates from opensource repo (#384) ## Summary I'm not 100% sure if this will work the first time, but let's try it. The reason why it might not work is because it'll try to merge whatever is in this repo (in each template) onto the corresponding template repo. It should result in an empty diff and therefore succeed, but again I'm not 100% sure if there's some other check (e.g. history) that might make it fail. ## How was it tested? After merging I'll fix-forward if needed. --- .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 f2b7a97..2dc1b35 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] + template: [deno-fresh, elixir-phoenix, go-gin, php-laravel, python-flask, typescript-remix] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4