Skip to content

Commit 7544d8c

Browse files
committed
test
1 parent 61ac6e8 commit 7544d8c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ jobs:
240240
- run: git add -- ./docs/${{ env.friendly-version }}
241241
- id: check-diff
242242
run: git diff-index --quiet --cached HEAD --
243+
- run: |
244+
echo "Check diff exit code: $?"
245+
echo "Check diff outcome: ${{ steps.check-diff.outcome }}"
243246
- if: steps.check-diff.outcome == '1'
244247
run: |
245248
git commit -m'added ./docs/${{ env.friendly-version }}' -- ./docs/${{ env.friendly-version }}

0 commit comments

Comments
 (0)