From 96e73075ee4b6669429c80458d063924472fb04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Thu, 20 Jun 2024 15:39:51 +0400 Subject: [PATCH] Deptecate the action (#4) --- README.md | 5 +++++ action.yml | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 341813a..5b0bb2e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Composite GitHub Action installs a fresh Podman version in your GitHub Actions workflow. Only for Linux (`runs-on: ubuntu-latest`) runners. +> [!IMPORTANT] +> Since it was just an experiment to simplify fresh Podman installations in GitHub Actions, we no longer recommend +> using this action. Please refer to the official Podman documentation for +> [installation instructions](https://podman.io/docs/installation). + ## Usage ```yaml diff --git a/action.yml b/action.yml index 46d2a8b..0020689 100644 --- a/action.yml +++ b/action.yml @@ -17,6 +17,12 @@ inputs: runs: using: composite steps: # manual: + - shell: bash + run: > + echo '::warning title=Action gacts/install-podman is deprecated::Since it was just an experiment to simplify + fresh Podman installations in GitHub Actions, we no longer recommend using this action. Please refer to the + official Podman documentation for installation instructions: https://podman.io/docs/installation' + - if: ${{ inputs.kind == 'testing' }} shell: bash run: |