workflow
This commit is contained in:
parent
a12a2e9240
commit
1f8e058b20
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue