Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melipass authored Jun 30, 2021
1 parent 53f44ce commit d50410f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ description: 'Adds your Last.fm Weekly Chart to your GitHub Profile or any repo
runs:
using: 'composite'
steps:
- run: python ${{ github.action_path }}/lastfm.py ${{ secrets.LASTFM_API_KEY }} ${{ secrets.LASTFM_USER }}
- env:
LASTFM_API_KEY: ${{ secrets.LASTFM_API_KEY }}
LASTFM_USER: ${{ secrets.LASTFM_USER }}
run: python ${{ github.action_path }}/lastfm.py
shell: bash
branding:
icon: 'music'
Expand Down

0 comments on commit d50410f

Please sign in to comment.