Skip to content

Commit 81cc9dc

Browse files
committed
deprecated
1 parent 5a5c220 commit 81cc9dc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
> **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.**
2+
3+
All input parameters for this GitHub action are ignored. If you call this GitHub action in your
4+
workflow you will see the following warning:
5+
6+
```text
7+
This GitHub action is deprecated and is no longer maintained. Please use https://github.com/marketplace/actions/ibm-cloud-cli instead
8+
```
9+
10+
111
# Configure IBM Cloud CLI
212

313
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:

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ runs:
4848
steps:
4949
- name: Run shell script to deploy the ibmcloud cli
5050
id: ic-cli
51-
run: ${{ github.action_path }}/ic-setup.sh
51+
# run: ${{ github.action_path }}/ic-setup.sh
52+
run: echo "::warning::This GitHub action is deprecated and is no longer maintained. Please use https://github.com/marketplace/actions/ibm-cloud-cli instead"
5253
shell: bash
5354
env:
5455
API_KEY: ${{ inputs.API_KEY }}

0 commit comments

Comments
 (0)