Skip to content

Commit

Permalink
echo key for testing
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu committed Nov 30, 2023
1 parent 271af46 commit 845a40c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-verify-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8']
java: ['8']
outputs:
dailyCacheKey: ${{ steps.generateCacheKey.outputs.dailyCacheKey }}
steps:
Expand Down Expand Up @@ -63,6 +63,7 @@ jobs:
run: |
echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
cacheKey="${{ hashFiles('**/pom.xml') }}-${{ github.event.pull_request.base.ref }}-${{ env.DATE }}"
echo "$cacheKey"
echo "dailyCacheKey=$cacheKey" | tee $GITHUB_ENV $GITHUB_OUTPUT
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 845a40c

Please sign in to comment.