This commit is contained in:
nomadics9 2024-12-16 03:54:21 +03:00
parent a12a2e9240
commit 1f8e058b20

View file

@ -3,7 +3,7 @@ on:
workflow_dispatch: # Allows manual triggering of the workflow workflow_dispatch: # Allows manual triggering of the workflow
jobs: jobs:
build-and-customize: AlaskarTV:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -88,7 +88,7 @@ jobs:
git add . git add .
git commit -m "Update" git commit -m "Update"
git branch -M main git branch -M main
git push origin main --force git push origin main
- name: Set up Java - name: Set up Java
uses: actions/setup-java@v4 uses: actions/setup-java@v4