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:
|
jobs:
|
||||||
FetchArtistCharts:
|
FetchArtistCharts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: ${{ github.head_ref }}
|
||||||
- name: Fetch
|
- name: Fetch
|
||||||
uses: JamesIves/fetch-api-data-action@v2
|
uses: JamesIves/fetch-api-data-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue