Skip to content

Commit

Permalink
Add DISCLAIMER note
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 8709f35 commit 5722b9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
#!/bin/bash
set -e

echo ""
echo "!!! DISCLAIMER !!!"
echo "------------------------------------------------------------------------------"
echo "This action uses the GitHub API to fetch release information."
echo "To avoid unnecessary and straining the GitHub REST API servers,"
echo "Please consider limit the number of uses of this action."
echo "------------------------------------------------------------------------------"
echo ""

# Action input variables
INPUT_REPOSITORY=${1}
INPUT_RELEASE=${2:-"*"}
Expand Down

0 comments on commit 5722b9d

Please sign in to comment.