Skip to content

Commit

Permalink
ci: git status
Browse files Browse the repository at this point in the history
  • Loading branch information
YDX-2147483647 committed Nov 26, 2023
1 parent 40a0d89 commit a48813a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-best-of-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a48813a

Please sign in to comment.