Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit a195db3

Browse files
semantic-release-bot chore(release): 1.0.0
# 1.0.0 (2021-12-21) ### Bug Fixes * Initial release ([#1](#1)) ([e459c69](e459c69))
1 parent e459c69 commit a195db3

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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))

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
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 -->
@@ -53,7 +53,7 @@ jobs:
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 -->

0 commit comments

Comments
 (0)