opencloudtool CLI Github Action
ActionsTags
(1)This GitHub Action allows you to run opencloudtool commands directly in your GitHub Actions workflows.
name: opencloudtool Workflow
on:
push:
branches: [main]
jobs:
oct-job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run opencloudtool Command
uses: opencloudtool/oct-action@v1
with:
command: "deploy"
working-directory: "."| Parameter | Description | Required | Default |
|---|---|---|---|
command |
The opencloudtool command to run | Yes | N/A |
working-directory |
Directory where the command will be executed | Yes | . |
This project is licensed under the MIT License - see the LICENSE file for details.
opencloudtool CLI Github Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.