Skip to content

feat: update cli installation method and add test workflow #1

feat: update cli installation method and add test workflow

feat: update cli installation method and add test workflow #1

Workflow file for this run

name: Test IBM Cloud CLI Action
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Configure IBM Cloud CLI
uses: ./
with:
ibm-cloud-api-key: ${{ secrets.IBM_CLOUD_API_KEY }}
ibm-cloud-region: "us-south"
ibm-cloud-cli-plugins: "container-registry,cloud-object-storage"