Skip to content

opencloudtool CLI Github Action

Actions
GitHub Action for opencloudtool CLI
v1.0.2
Latest
Star (0)

Tags

 (1)

opencloudtool GitHub Action

This GitHub Action allows you to run opencloudtool commands directly in your GitHub Actions workflows.

Usage

Basic Example

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: "."

Input Parameters

Parameter Description Required Default
command The opencloudtool command to run Yes N/A
working-directory Directory where the command will be executed Yes .

License

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.

About

GitHub Action for opencloudtool CLI
v1.0.2
Latest

Tags

 (1)

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.