Skip to content

Commit

Permalink
feat: add time comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thangbuiq committed Feb 14, 2024
1 parent e594428 commit 26316b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:
if: github.event_name == 'pull_request'
uses: actions/github-script@v7
with:
github-token: ${{ secrets.TOKEN_GITHUB }}
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Test server functionality passed ✅'
body: 'Test server functionality passed ✅ with total CI time: ${{ github.run_duration }}'
});
deploy-docusaurus:
Expand Down

0 comments on commit 26316b4

Please sign in to comment.