From bfa5d60d6102dd3acd086681fb11253b8bf74be6 Mon Sep 17 00:00:00 2001 From: TANABE Ken-ichi Date: Sun, 25 Aug 2024 14:39:39 +0900 Subject: [PATCH] feat: warning message regarding obsolete of the github action --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index a3075de..782e16c 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,11 @@ outputs: runs: using: "composite" steps: + - name: The Github Actions will be obsoleted in the future + shell: bash + run: | + echo "::warning:: go-github-apps's Github Actions will be obsoleted in the future. Please see README about the migration to Github's official one." >&2 + - run: | curl -sSLf https://raw.githubusercontent.com/nabeken/go-github-apps/master/install-via-release.sh | bash -s -- -v "${VERSION}" sudo cp go-github-apps /usr/local/bin