This commit is contained in:
Meliox 2025-09-15 21:56:13 +02:00
parent 7f4bc1fb54
commit c78bae9aa9

View File

@ -1,9 +1,21 @@
name: Update Script Versions
on:
push:
branches: [ main ]
paths:
- '**.sh'
jobs: jobs:
update-versions: update-versions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions:
contents: write
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Get commit hash - name: Get commit hash
id: vars id: vars