Skip to content

Commit

Permalink
Fetch all releases by default
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 7666307 commit a9f8f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo " - Limit: $INPUT_LIMIT"
mkdir -p "$RUNNER_TEMP/$INPUT_REPOSITORY"
GITHUB_RELEASE_MATRIX_ACTION_RAW_RELEASE_FILE="$RUNNER_TEMP/$INPUT_REPOSITORY/releases.json"
GITHUB_RELEASE_MATRIX_ACTION_RELEASE_FILE="$RUNNER_TEMP/$INPUT_REPOSITORY/releases-filtered.json"
gh api \
gh api --paginate \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: ${X_GITHUB_API_VERSION}" \
"$X_GITHUB_RELEASE_API_URL" \
Expand Down

0 comments on commit a9f8f55

Please sign in to comment.