Skip to content

.github/workflows/main.yml #523

.github/workflows/main.yml

.github/workflows/main.yml #523

Workflow file for this run

jobs:
keep_file_updated:
runs-on: ubuntu-latest
name: Keep file updated
steps:
- name: Checkout repo
id: checkout
uses: actions/checkout@v2
- name: Update file
id: update_file
uses: TheLastProject/keep-remote-file-locally-up-to-date-action@v1
with:
url: https://raw.githubusercontent.com/ReplayCoding/gametracking-tf2/main/Content/tf/tf2_misc_dir/particles/particles_manifest.txt
file_in_repo: template/particles/particles_manifest.txt
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch: