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 7b18326 commit dc2ab0bCopy full SHA for dc2ab0b
.github/workflows/ci-build.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Get Date
32
id: get-date
33
run: |
34
- echo "::set-output name=date::$(/bin/date -u "+%Y-%m")"
+ echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
35
shell: bash
36
- name: Cache Maven Repository
37
id: cache-maven
0 commit comments