Skip to content

Commit

Permalink
deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dprosper committed Jul 17, 2024
1 parent 5a5c220 commit 81cc9dc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
> **This GitHub action is deprecated and is no longer maintained. Please use [IBM Cloud CLI action](https://github.com/marketplace/actions/ibm-cloud-cli) instead.**
All input parameters for this GitHub action are ignored. If you call this GitHub action in your
workflow you will see the following warning:

```text
This GitHub action is deprecated and is no longer maintained. Please use https://github.com/marketplace/actions/ibm-cloud-cli instead
```


# Configure IBM Cloud CLI

A GitHub action to configure the IBM Cloud CLI and install plug-ins. It is usually used to integrate with your custom workflow or other IBM Cloud GitHub actions:
Expand Down
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ runs:
steps:
- name: Run shell script to deploy the ibmcloud cli
id: ic-cli
run: ${{ github.action_path }}/ic-setup.sh
# run: ${{ github.action_path }}/ic-setup.sh
run: echo "::warning::This GitHub action is deprecated and is no longer maintained. Please use https://github.com/marketplace/actions/ibm-cloud-cli instead"
shell: bash
env:
API_KEY: ${{ inputs.API_KEY }}
Expand Down

0 comments on commit 81cc9dc

Please sign in to comment.