components-template/.github/workflows/install_dependencies.yml

14 lines
328 B
YAML
Raw Normal View History

2024-11-05 02:07:08 +00:00
name: "Install dependencies"
on:
workflow_dispatch:
workflow_call:
jobs:
install-dependencies:
runs-on: ubuntu-latest
steps:
- name: "Install dependencies"
run: |
echo "Starting dependency installation..."
/bin/bash "${GITHUB_WORKSPACE}/automation_tools/install_dependencies.sh"