mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-14 01:21:52 +00:00
Update Profile and Add Portfolio
This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user