Skip to content

Add automatic update message for img directory #6

Add automatic update message for img directory

Add automatic update message for img directory #6

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 ${{ github.workspace }}/img/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)" >> ${{ github.workspace }}/CodingActivity.md
- name: Upload_Chart
uses: actions/upload-artifact@v2
with:
name: chart
path: ${{ github.workspace }}/img/chart.svg