diff --git a/.github/workflows/upload_artifacts_workflow.yml b/.github/workflows/upload_artifacts_workflow.yml index 556d1e500a6..120f814d8f2 100644 --- a/.github/workflows/upload_artifacts_workflow.yml +++ b/.github/workflows/upload_artifacts_workflow.yml @@ -74,7 +74,7 @@ jobs: issue-number: 2054 body: | Artifacts upload workflows: - * [${{ github.event.repository.updated_at }}](${{ env.WORKFLOW_LINK }}) + * [${{ github.event.workflow_run.created_at }}](${{ env.WORKFLOW_LINK }}) - name: Update comment if: env.PR_NUMBER != '' && steps.fc.outputs.comment-id != '' @@ -84,7 +84,7 @@ jobs: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: append body: | - * [${{ github.event.repository.updated_at }}](${{ env.WORKFLOW_LINK }}) + * [${{ github.event.workflow_run.created_at }}](${{ env.WORKFLOW_LINK }}) # Build artifact. - uses: ./.github/actions/bootstrap