Purge Gatsby public HTML and JSON files from the Fastly cache.
Required Token used to call the Fastly purge API.
Required Fastly base URL.
uses: icaraps/gatsby-fastly-purge-action@master
with:
fastly-token: ${{ secrets.FASTLY_TOKEN }}
fastly-url: ${{ secrets.FASTLY_URL }}