Skip to content

Merge branch 'improve-anchors' of https://github.com/Telefonica/misti… #712

Merge branch 'improve-anchors' of https://github.com/Telefonica/misti…

Merge branch 'improve-anchors' of https://github.com/Telefonica/misti… #712

Workflow file for this run

name: Readme Generator
on:
workflow_dispatch:
push:
paths:
- ".github/md-generator/md-generator.py"
- ".github/workflows/auto-generator.yml"
- "icons/"
jobs:
regenerating:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
token: ${{ secrets.NOVUM_PRIVATE_REPOS }}
- name: Get branch name
uses: rlespinasse/[email protected]
- run: sudo python3 .github/md-generator/md-generator.py icons
- name: Commit & Push in ${{ env.GITHUB_REF_SLUG_URL }}
run: |
git add .
git config user.name "github-actions"
git config user.email "github-actions[bot]@users.noreply.github.com"
git commit -am "update changelog"
git push origin ${{ env.GITHUB_REF_SLUG_URL }}