Skip to content

Commit

Permalink
feat: warning message regarding obsolete of the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Aug 25, 2024
1 parent b1aca68 commit bfa5d60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/nabeken/go-github-apps/master/install-via-release.sh | bash -s -- -v "${VERSION}"
sudo cp go-github-apps /usr/local/bin
Expand Down

0 comments on commit bfa5d60

Please sign in to comment.