Skip to content

correct indents

correct indents #2

name: UploadCodingActivity
on:
push:
branches:
- main
jobs:
upload:
runs-on: ubuntu-latest
steps:
- name: Checkout_code
uses: actions/checkout@v2
- name: Download_Chart
run: |

Check failure on line 17 in .github/workflows/UpdateCodingActivity.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/UpdateCodingActivity.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
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