Target logform 2.6 specifically, as 2.7 included a breaking change (#… #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Clear Item DB Website Cache | |
on: | |
push: | |
branches: [ master ] | |
jobs: | |
clear-cache: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- id: filter | |
uses: dorny/[email protected] | |
with: | |
list-files: shell | |
filters: | | |
database: | |
- 'project/assets/database/**' | |
- name: Send Refresh Request | |
if: steps.filter.outputs.database == 'true' | |
run: curl --max-time 30 https://db.sp-tarkov.com/api/refresh |