From 74e88838f0c9531627cf1308f4892ff051a426a2 Mon Sep 17 00:00:00 2001 From: Ankit Grai Date: Sun, 27 Oct 2024 21:57:07 +0530 Subject: [PATCH] fix: workflow fix try (#502) --- .github/workflows/beta.yml | 2 +- .gitignore | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 260e710f..f894ba0a 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -45,7 +45,7 @@ jobs: fi echo "Commits since $LAST_SHA:" # Accumulate commit logs in a shell variable - COMMIT_LOGS=$(git log $LAST_SHA..HEAD --pretty=format:"● %s ~%an [֍](https://github.com/${{ github.repository }}/commit/%H)") + COMMIT_LOGS=$(git log $LAST_SHA..HEAD --pretty=format:"● %s ~%an [֍](https://github.com/${{ github.repository }}/commit/%H)" --max-count=20) # Replace commit messages with pull request links COMMIT_LOGS=$(echo "$COMMIT_LOGS" | sed -E 's/#([0-9]+)/[#\1](https:\/\/github.com\/rebelonion\/Dantotsu\/pull\/\1)/g') # URL-encode the newline characters for GitHub Actions diff --git a/.gitignore b/.gitignore index 2ccc322f..9900c887 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,7 @@ output.json scripts/ #crowdin -crowdin.yml \ No newline at end of file +crowdin.yml + +#vscode +.vscode \ No newline at end of file