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 c943b70 commit a04a219Copy full SHA for a04a219
.github/workflows/gradle.yml
@@ -75,7 +75,7 @@ jobs:
75
run: echo "value=${GITHUB_REF:11}" >> $GITHUB_OUTPUT
76
- name: Create Snapshot Message for the Workflow Dispatch
77
id: dispatch_message
78
- run: echo "value::{\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
+ run: echo "value={\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
79
- name: Invoke the Java CI workflow in Grails Functional Tests
80
uses: benc-uk/[email protected]
81
with:
0 commit comments