Skip to content

Commit

Permalink
[none] enabling cycle time from first commit calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Jul 22, 2024
1 parent 03da3b3 commit 5acf646
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit 5acf646

Please sign in to comment.