Update Profile and Add Portfolio

This commit is contained in:
Tchi
2021-08-16 14:52:47 +02:00
parent c1f6d4681c
commit d555996145
22 changed files with 296 additions and 5 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Update README
on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
steps:
- uses: actions/checkout@v2
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}