Skip to content

Commit 6659a84

Browse files
committed
Update Java CI Workflow
Remove the hardcoded ref value from the "Invoke the Java CI workflow in GORM Hibernate5" step.
1 parent 729a91c commit 6659a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
with:
7070
workflow: Java CI
7171
repo: grails/gorm-hibernate5
72-
ref: master
72+
ref: ${{ steps.extract_branch.outputs.value }}
7373
token: ${{ secrets.GH_TOKEN }}
7474
inputs: ${{ steps.dispatch_message.outputs.value }}

0 commit comments

Comments
 (0)