Skip to content

Commit

Permalink
[templates] Publish templates from opensource repo (#384)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
ipince authored Sep 11, 2024
1 parent 1edfc67 commit c9efa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9efa2a

Please sign in to comment.