Skip to content

Update GitHub Actions workflow for uploading coding activity #4

Update GitHub Actions workflow for uploading coding activity

Update GitHub Actions workflow for uploading coding activity #4

name: UploadCodingActivity
on:
push:
branches:
- main
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout_code
uses: actions/checkout@v2
- name: Download_Chart
run: |
curl -o chart.svg https://wakatime.com/share/@83f0d70d-3af9-4ae0-b938-ec52d88aaabe/23659794-034d-4277-8b82-b2b470bacd6d.svg
- name: Update_Markdown
run: |
echo "Last Updated: $(date)" >> CodingActivity.md
- name: Upload_Chart
uses: actions/upload-artifact@v2
with:
name: chart
path: chart.svg