You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
1
11
# Configure IBM Cloud CLI
2
12
3
13
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:
Copy file name to clipboardExpand all lines: action.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ runs:
48
48
steps:
49
49
- name: Run shell script to deploy the ibmcloud cli
50
50
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"
0 commit comments