We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf9ce commit a3ee2c1Copy full SHA for a3ee2c1
.github/workflows/gradle.yml
@@ -61,6 +61,13 @@ jobs:
61
repo: grails/gorm-hibernate5
62
ref: ${{ steps.extract_branch.outputs.value }}
63
token: ${{ secrets.GH_TOKEN }}
64
+ - name: Invoke the Java CI workflow in GORM Hibernate6
65
+ uses: benc-uk/[email protected]
66
+ with:
67
+ workflow: Java CI
68
+ repo: grails/gorm-hibernate6
69
+ ref: ${{ steps.extract_branch.outputs.value }}
70
+ token: ${{ secrets.GH_TOKEN }}
71
- name: Invoke the Java CI workflow in GORM MongoDB
72
uses: benc-uk/[email protected]
73
with:
0 commit comments