From a48813abbfdb40c1b64b36f99ce03684d42e6a54 Mon Sep 17 00:00:00 2001 From: "Y.D.X." <73375426+YDX-2147483647@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:53:12 +0800 Subject: [PATCH] ci: `git status` --- .github/workflows/update-best-of-list.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-best-of-list.yml b/.github/workflows/update-best-of-list.yml index df73617..d59b585 100644 --- a/.github/workflows/update-best-of-list.yml +++ b/.github/workflows/update-best-of-list.yml @@ -42,6 +42,8 @@ jobs: run: | cat latest-changes.md >> $GITHUB_STEP_SUMMARY echo "body=$(cat latest-changes.md)" >> "$GITHUB_OUTPUT" + - run: | + git status - name: Create pull request uses: peter-evans/create-pull-request@v5 with: @@ -53,7 +55,7 @@ jobs: To finish this update: Select `Merge pull request` below and `Confirm merge`. Also, make sure to publish the created draft release in the [releases section](../releases) as well. - run: | - echo 'import("fs").then(({ readFileSync }) => readFileSync("latest-changes.md").toString("utf8")).then(console.log)' | node + git status - run: | cat "latest-changes.md" - name: Publish release