Compare commits

...
Author SHA1 Message Date
CSRBot 1b074a9315 chore(deps): update actions/github-script action to v9
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Build / build-arch-linux (pull_request) Canceled after 1m6s
2026-08-21 09:11:23 +00:00
volker.raschek 86c2fb394b fix(ci): rename workflow
Lint Markdown files / markdown-lint (push) Successful in 9s
Build / build-arch-linux (push) Canceled after 0s
2026-08-21 10:36:15 +02:00
+2 -2
View File
@@ -1,4 +1,4 @@
name: Auto release tagged name: Auto release
on: on:
schedule: schedule:
@@ -36,7 +36,7 @@ jobs:
git push origin "${defined_tag}" git push origin "${defined_tag}"
- name: Trigger "Release" workflow - name: Trigger "Release" workflow
uses: actions/github-script@v7.0.1 uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
with: with:
script: | script: |
const workflowFileName = 'release.yaml'; const workflowFileName = 'release.yaml';