We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62dd5d commit 4da09bbCopy full SHA for 4da09bb
1 file changed
.github/workflows/example.yml
@@ -47,7 +47,7 @@ jobs:
47
# uses: git-ai-project/action/daily-metrics@v1
48
uses: git-ai-project/action/daily-metrics@main
49
with:
50
- git-ai-version: "v1.0.23" # Pin to a specific version for reproducibility
+ # git-ai-version: "v1.0.23" # Pin to a specific version for reproducibility
51
default-branch: ${{ github.event.repository.default_branch }}
52
# Uncomment and configure for OTLP export:
53
# OTEL_EXPORTER_OTLP_ENDPOINT: ${{ secrets.OTLP_ENDPOINT }}
0 commit comments