Remove file added by mistake
This commit is contained in:
parent
1881a0842a
commit
9862336645
@ -1,21 +0,0 @@
|
|||||||
name: Clear Item DB Website Cache
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
clear-cache:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- id: filter
|
|
||||||
uses: dorny/paths-filter@v3.0.2
|
|
||||||
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
|
|
Loading…
x
Reference in New Issue
Block a user