ci: update action references to local-ci-cd-system in workflows and action files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# step, usable from any Gitea repository without duplicating the orchestration
|
||||
# logic.
|
||||
#
|
||||
# Stored in: Simone/local-ci-system / .gitea/actions/local-ci-build/action.yml
|
||||
# Stored in: Simone/local-ci-cd-system / .gitea/actions/local-ci-build/action.yml
|
||||
#
|
||||
# Usage from a calling repo's workflow:
|
||||
#
|
||||
@@ -15,7 +15,7 @@
|
||||
# runs-on: windows-build # or linux-build
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: Simone/local-ci-system/.gitea/actions/local-ci-build@main
|
||||
# - uses: Simone/local-ci-cd-system/.gitea/actions/local-ci-build@main
|
||||
# with:
|
||||
# build-command: 'python build_plugin.py --final --dist-dir dist'
|
||||
# artifact-source: 'dist'
|
||||
|
||||
Reference in New Issue
Block a user