Skip to content

Commit a04a219

Browse files
committed
Fixed Java CI Workflow
1 parent c943b70 commit a04a219

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
@@ -75,7 +75,7 @@ jobs:
7575
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
7676
- name: Create Snapshot Message for the Workflow Dispatch
7777
id: dispatch_message
78-
run: echo "value::{\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
78+
run: echo "value={\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
7979
- name: Invoke the Java CI workflow in Grails Functional Tests
8080
uses: benc-uk/[email protected]
8181
with:

0 commit comments

Comments
 (0)