so, mal sehn
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 0s
Some checks failed
Bump Version (via reusable workflow) / bump-version (push) Failing after 0s
This commit is contained in:
17
.github/workflows/bump-version-call-example.yaml
vendored
Normal file
17
.github/workflows/bump-version-call-example.yaml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Bump Version (via reusable workflow)
|
||||
run-name: ${{ gitea.actor }} triggers bump-version
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
bump-version:
|
||||
uses: tanztee/ci-cd/.github/workflows/bump-version.yaml@main
|
||||
with:
|
||||
node_version: "24"
|
||||
secrets:
|
||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||
Reference in New Issue
Block a user