From 5acf646af6f2efda7ca772b83729082d9a2fb243 Mon Sep 17 00:00:00 2001 From: RoB Murdock Date: Sun, 21 Jul 2024 22:48:54 -0400 Subject: [PATCH] [none] enabling cycle time from first commit calculation --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56a60b7..755b309 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,11 +44,12 @@ jobs: - name: Build 🔨 run: ./gradlew release check -Pversion=${{ env.TAGGER_VERSION }} -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} --no-configuration-cache --scan - name: Update Contributions - if: ${{ github.ref == 'refs/heads/main' }} uses: robertfmurdock/coupling-contribution-action@v2 with: + save-contribution: ${{ github.ref == 'refs/heads/main' }} coupling-secret: ${{ secrets.COUPLING_API_PARTY_SECRET }} party-id: 9df8b8ef-f10f-4b75-bde1-d691c148378c + cycle-time-from-first-commit: true contribution-file: build/digger/current.json - name: Collect Results if: ${{ always() }}