Implement GHWorkflow and GHWorkflowRun

Most of the actions are implemented but not all.
Looks like a good first step.
This commit is contained in:
Guillaume Smet
2021-03-15 20:22:36 +01:00
parent fb03e749bd
commit 042038f480
124 changed files with 35964 additions and 1 deletions

View File

@@ -409,6 +409,12 @@
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>