Skip to content

Commit

Permalink
ci: another attempt at fixing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed May 26, 2021
1 parent ca8d0be commit 8efaaff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
var artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{github.event.workflow_run.id }},
run_id: ${{ github.event.workflow_run.id }},
});
var matchArtifact = artifacts.data.artifacts.filter((artifact) => {
return artifact.name == "screenshots"
Expand Down Expand Up @@ -70,5 +70,6 @@ jobs:
- name: Post screenshots in commit comment
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
head_sha: ${{ github.event.workflow_run.head_sha }}
run: |
cml-send-comment comment.md
cml-send-comment --commit-sha $head_sha --repo https://github.com/ActivityWatch/aw-webui comment.md

1 comment on commit 8efaaff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:\n\n

Screenshots using screenshots/aw-server comment.md (click to expand)

Screenshots using screenshots/aw-server screenshots (click to expand)

Screenshots using screenshots/aw-server screenshots.zip (click to expand)

Screenshots using screenshots/aw-server-rust comment.md (click to expand)

Screenshots using screenshots/aw-server-rust screenshots (click to expand)

Screenshots using screenshots/aw-server-rust screenshots.zip (click to expand)

CML watermark

Please sign in to comment.