mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-17 14:54:18 +02:00
Commited backup
This commit is contained in:
24
sqlmerr/hikka_mods/.github/workflows/gen-full-txt.yml
vendored
Normal file
24
sqlmerr/hikka_mods/.github/workflows/gen-full-txt.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
name: Generate full.txt
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name "Github Actions"
|
||||
git config --global user.email "actions@github.com"
|
||||
- name: Generate full.txt
|
||||
run: |
|
||||
echo "Generating full.txt"
|
||||
python _gen_full_txt.py || echo "Error"
|
||||
- name: Commit & Push changes
|
||||
run: |
|
||||
echo "Committing changes"
|
||||
git commit -a -m "Update full.txt"
|
||||
echo "Pushing changes to repository"
|
||||
git push origin main
|
||||
Reference in New Issue
Block a user