Skip to content

Instantly share code, notes, and snippets.

@shcheklein
Created August 9, 2020 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shcheklein/95592fd64b181332214d259c081486e3 to your computer and use it in GitHub Desktop.
Save shcheklein/95592fd64b181332214d259c081486e3 to your computer and use it in GitHub Desktop.
Hello world!
name: report
on: [push, pull_request]
jobs:
run:
runs-on: [ubuntu-latest]
container: docker://dvcorg/cml-py3:latest
steps:
- uses: actions/checkout@v2
- name: Generate report
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
run: |
echo "Hello world!" > report.md
cml-send-comment report.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment