Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloaramuni authored Sep 20, 2024
1 parent 88c31b8 commit a6ae1c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@ jobs:
filename: metrics.terminal.svg
token: ${{ secrets.METRICS_TOKEN }}
base: header, metadata
- name: Using graph charts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.stargazers.graph.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_stargazers: yes
plugin_stargazers_charts_type: graph
- name: Using classic charts
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.stargazers.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_stargazers: yes
#- name: Using graph charts
#uses: lowlighter/metrics@latest
#with:
#filename: metrics.plugin.stargazers.graph.svg
#token: ${{ secrets.METRICS_TOKEN }}
#base: ""
#plugin_stargazers: yes
#plugin_stargazers_charts_type: graph
#- name: Repositories traffic
#uses: lowlighter/metrics@latest
#with:
Expand Down

0 comments on commit a6ae1c9

Please sign in to comment.