Skip to content

Update Repo

Update Repo #23

Workflow file for this run

name: Update Repo
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout Repo
uses: actions/[email protected]
- name: Run Update Script
run: ./Tools/updateRepo
- name: Make AltStore Source
run: ./Tools/altSourceConverter repo.json
- name: Push Changes
uses: stefanzweifel/[email protected]
with:
commit_message: "update: repo"