This repository was archived by the owner on Nov 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1+ # 1.0.0 (2021-12-21)
2+
3+
4+ ### Bug Fixes
5+
6+ * Initial release ([ #1 ] ( https://github.com/Unsupervisedcom/action-buf-generate/issues/1 ) ) ([ e459c69] ( https://github.com/Unsupervisedcom/action-buf-generate/commit/e459c693f158987cda354ac85f6c45219fe4e370 ) )
Original file line number Diff line number Diff line change 11<!-- start title -->
22
3- # GitHub Action: Hello World
3+ # GitHub Action: Buf generate
44
55<!-- end title -->
66<!-- start description -->
77
8- Greet someone
8+ Uses Buf to generate compiled protos
99
1010<!-- end description -->
1111<!-- start contents -->
1212<!-- end contents -->
1313<!-- start usage -->
1414
1515``` yaml
16- - uses : Unsupervisedcom/action-composite-action-template @undefined
16+ - uses : Unsupervisedcom/action-buf-generate @undefined
1717 with :
18- # Who to greet
19- # Default: World
20- who-to-greet : " "
18+ # Working directory
19+ # Default: ${{ github.workspace }}
20+ working-directory : " "
2121` ` `
2222
2323<!-- end usage -->
2424 <!-- start inputs -->
2525
26- | **Input** | **Description** | **Default** | **Required** |
27- | :----------------- | :-------------- | :---------: | :----------: |
28- | **` who-to-greet `** | Who to greet | `World` | **true ** |
26+ | **Input** | **Description** | **Default** | **Required** |
27+ | :---------------------- | :---------------- | :-------------- ---------: | :----------: |
28+ | **` working-directory `** | Working directory | `${{ github.workspace }}` | **false ** |
2929
3030<!-- end inputs -->
3131 <!-- start outputs -->
5353 with:
5454 project-id: ${{ secrets.GOOGLE_ARTIFACT_PROJECT_ID }}
5555 credentials-json: ${{ secrets.GOOGLE_ARTIFACT_READ_WRITE }}
56- package-name: ' my-app'
56+ package-name: " my-app"
5757` ` `
5858
5959<!-- end examples -->
You can’t perform that action at this time.
0 commit comments