Skip to content

Commit

Permalink
ci: attempt to fix comment workflow (#426)
Browse files Browse the repository at this point in the history
* ci: attempt to fix comment workflow

* ci: updated deprecated option
  • Loading branch information
ErikBjare committed Apr 10, 2023
1 parent 4732e72 commit b8d65fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
# TODO: Maybe add `github.event.workflow_run.event == 'pull_request'` to avoid spam?

steps:
- uses: actions/checkout@v2
- uses: iterative/setup-cml@v1

# Doesn't work for fetching artifacts from separate workflows
Expand Down Expand Up @@ -75,4 +76,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
head_sha: ${{ github.event.workflow_run.head_sha }}
run: |
cml-send-comment --commit-sha $head_sha --repo https://github.com/ActivityWatch/aw-webui comment.md
cml-send-comment --target=commit/$head_sha --repo https://github.com/ActivityWatch/aw-webui comment.md

1 comment on commit b8d65fc

@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:

Screenshots using aw-server v0.12.1 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.1 (click to expand)

Please sign in to comment.