Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 2, 2024
1 parent 4d238a1 commit f0b11e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/steam-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt install google-chrome-stable
sudo apt-get install chromium-chromedriver
sudo apt install -y gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ runs:
STEAM_CUSTOM_ID: ${{ inputs.steam_custom_id }}
INPUT_WORKSHOP: ${{ inputs.workshop }}
INPUT_PLOT_SCALE: ${{ inputs.plot_scale }}
branding:
icon: bar-chart-2
color: blue

1 comment on commit f0b11e8

@vercel
Copy link

@vercel vercel bot commented on f0b11e8 Jun 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.