Skip to content

Check Fortnite Content #5773

Check Fortnite Content

Check Fortnite Content #5773

Workflow file for this run

name: Check Fortnite Content
on:
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
jobs:
Archive:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Run Archive script
run: |
bash Archive.sh
# Add and commit changes
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
git commit -m "Updated Content Files"
# Push changes
git push origin ${{ github.ref }}