Skip to content

Commit

Permalink
Add a bunch of TODOs
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Jul 18, 2023
1 parent 534e218 commit 2416a77
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,36 @@ jobs:

DD_GIT_COMMIT_SHA: ${{ github.event.workflow_run.head_sha }}
DD_GIT_REPOSITORY_URL: ${{ github.event.repository.git_url }}

# DD_GIT_BRANCH:

# DD_GIT_COMMIT_MESSAGE
# Commit message.
# Example: Set release number

# DD_GIT_COMMIT_AUTHOR_NAME
# Commit author name.
# Example: John Smith

# DD_GIT_COMMIT_AUTHOR_EMAIL
# Commit author email.
# Example: [email protected]

# DD_GIT_COMMIT_AUTHOR_DATE
# Commit author date in ISO 8601 format.
# Example: 2021-03-12T16:00:28Z

# DD_GIT_COMMIT_COMMITTER_NAME
# Commit committer name.
# Example: Jane Smith

# DD_GIT_COMMIT_COMMITTER_EMAIL
# Commit committer email.
# Example: [email protected]

# DD_GIT_COMMIT_COMMITTER_DATE
# Commit committer date in ISO 8601 format.
# Example: 2021-03-12T16:00:28Z
run: |
for dir in unit-test-results/*/; do
Expand Down

0 comments on commit 2416a77

Please sign in to comment.