diff --git a/README.md b/README.md index 18f028b..8facd13 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/action.yml b/action.yml index 9b476ff..04a49d5 100644 --- a/action.yml +++ b/action.yml @@ -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 }}