updates
This commit is contained in:
parent
7f4bc1fb54
commit
c78bae9aa9
14
.github/workflows/update-version.yml
vendored
14
.github/workflows/update-version.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user