Skip to content

Commit

Permalink
chore: regenerate README (#104)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈


<details><summary>Log from Synthtool</summary>

```
2020-10-22 19:39:26,325 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py.
On branch autosynth-readme
nothing to commit, working directory clean
2020-10-22 19:39:27,246 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata.

```
</details>

Full log will be available here:
https://source.cloud.google.com/results/invocations/7f9aba2e-a502-4948-8498-006f07aef490/targets

- [ ] To automatically regenerate this PR, check this box.
  • Loading branch information
yoshi-automation authored Oct 22, 2020
1 parent ed27010 commit 61c082b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-workflows/.github/readme/synth.metadata/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-workflows.git",
"sha": "f6877e8332ec8a26332ef5309d9e3ca82229bfe5"
"sha": "7756d0f35cac8e828d5efe1789271deff1904afe"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "5a506ec8765cc04f7e29f888b8e9b257d9a7ae11"
"sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions java-workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ If you are using Maven, add this to your pom.xml file:

If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-workflows:0.1.2'
compile 'com.google.cloud:google-cloud-workflows:0.1.3'
```
If you are using SBT, add this to your dependencies
```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.2"
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.3"
```

## Authentication
Expand Down

0 comments on commit 61c082b

Please sign in to comment.