Icons #1438
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Icons | |
| on: | |
| # run automatically every days | |
| schedule: | |
| - cron: "0 3 * * *" | |
| # allows to manually run the job at any time | |
| workflow_dispatch: | |
| # run on every push on the master branch | |
| #push: | |
| # branches: | |
| # - main | |
| jobs: | |
| generate: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - name: Icons | |
| uses: lowlighter/metrics@latest | |
| with: | |
| commits_authoring: LAPCoder, [email protected] | |
| committer_token: ${{ secrets.WORKFLOW_TOKEN }} | |
| committer_message: 'Update icons' | |
| filename: generated/metrics.plugin.topics.icons.svg | |
| token: NOT_NEEDED | |
| base: "" | |
| plugin_topics: yes | |
| plugin_topics_limit: 0 | |
| plugin_topics_mode: icons |