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.
2 parents 5f23654 + dc2ab0b commit d317770Copy full SHA for d317770
.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