Skip to content

Conversation

@ups216
Copy link
Contributor

@ups216 ups216 commented Feb 2, 2025

Related to #29

Update the created_at field in the workflow run state storage to use the current time of the workflow run.

  • workflow_runs.json

    • Update the created_at field to contain the current time of the workflow run in the format YYYY-MM-DDTHH:MM:SSZ.
  • .github/workflows/create-repo.yml

    • Replace ${{ github.event.created_at }} with $(date -u +"%Y-%m-%dT%H:%M:%SZ") to set the created_at field using the current time of the workflow run.

For more details, open the Copilot Workspace session.

Related to #29

Update the `created_at` field in the workflow run state storage to use the current time of the workflow run.

* **workflow_runs.json**
  - Update the `created_at` field to contain the current time of the workflow run in the format `YYYY-MM-DDTHH:MM:SSZ`.

* **.github/workflows/create-repo.yml**
  - Replace `${{ github.event.created_at }}` with `$(date -u +"%Y-%m-%dT%H:%M:%SZ")` to set the `created_at` field using the current time of the workflow run.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/code2docs-ai/code2docs-ai-core/issues/29?shareId=XXXX-XXXX-XXXX-XXXX).
@ups216 ups216 merged commit 62b0f66 into main Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants