Aatmaj-Zephyr / Aatmaj-Zephyr/Aatmaj-Zephyr
Use this action - https://github.com/marketplace/actions/profile-readme-stats
- Linguagem predominante
- Sem dados de linguagem
- Estrelas
- 5
- Forks
- 1
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
on:
schedule:
- cron: '0 */12 * * *' # every 12 hours
push:
branches:
- master
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate README.md
uses: teoxoy/profile-readme-stats@v1
with:
token: ${{ secrets.USER_TOKEN }}
- name: Update README.md
run: |
if [[ "$(git status --porcelain)" != "" ]]; then
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "Update README"
git push
fi
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.