chore: test action
This commit is contained in:
parent
b6b22e00d5
commit
b0187426d8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/fetch-artist-charts.yaml
vendored
6
.github/workflows/fetch-artist-charts.yaml
vendored
|
@ -6,7 +6,13 @@ on:
|
|||
jobs:
|
||||
FetchArtistCharts:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Fetch
|
||||
uses: JamesIves/fetch-api-data-action@v2
|
||||
with:
|
||||
|
|
Reference in a new issue