Skip to content

opencloudtool/oct-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published