Skip to content

Commit

Permalink
Update osu!profile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsMeosu authored Oct 12, 2022
1 parent 31e951d commit daea15d
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/osu!profile.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
- name: osu!profile
uses: newtykins/[email protected]
with:
ID: '28893698'

GH_TOKEN: # default is ${{ github.token }}
tags: 'ranked-score'
name: readme!

on:
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
update-readme:
name: Update readme with the latest stats using osu-profile!
runs-on: ubuntu-latest
steps:
- uses: newtykins/osu-profile@main
with:
ID: '28893698'

0 comments on commit daea15d

Please sign in to comment.