chore: test action

This commit is contained in:
Cory Dransfeldt 2023-11-14 14:46:57 -08:00
parent b6b22e00d5
commit b0187426d8

View file

@ -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: