Compare commits
No commits in common. "main" and "ft-view" have entirely different histories.
|
@ -59,9 +59,6 @@ jobs:
|
|||
node-version: '20.9.0'
|
||||
- run: git checkout -b ${{ github.head_ref }}
|
||||
- run: git pull origin ${{ github.head_ref }}
|
||||
- id: get-head-commit-title
|
||||
name: get-title
|
||||
run: echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
||||
- run: rm -rf document
|
||||
- run: mkdir document
|
||||
- uses: https://sigyl.com:3001/actions/ft-view-screen-document@main
|
||||
|
@ -88,7 +85,7 @@ jobs:
|
|||
if: steps.has-changes.outputs.changes == 'true'
|
||||
run: |
|
||||
git add -A
|
||||
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
||||
git push origin HEAD
|
||||
exit 1
|
||||
schema:
|
||||
|
|
|
@ -57,10 +57,8 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
# fetch-depth: '1'
|
||||
- id: get-head-commit-title
|
||||
name: get-title
|
||||
- id: get_head_commit_title
|
||||
run: echo "title=$(git log --format=%B -n 1 HEAD | head -n 1)" >> $GITHUB_OUTPUT
|
||||
- run: echo ${{ steps.get-head-commit-title.outputs.title }}
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.9.0'
|
||||
|
@ -92,7 +90,7 @@ jobs:
|
|||
if: steps.has-changes.outputs.changes == 'true'
|
||||
run: |
|
||||
git add -A
|
||||
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||
git commit -a -m "documented ${{ steps.get-commit-title.outputs.text }}"
|
||||
git push origin HEAD
|
||||
exit 1
|
||||
schema:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -6,7 +6,7 @@
|
|||
|
||||
## animated
|
||||
|
||||
### Buttonqqq1
|
||||
### Button1
|
||||
|
||||
*button*
|
||||
|
||||
|
|
Loading…
Reference in New Issue