Merge pull request 'workflow-mods' (#10) from workflow-mods into main
release / release (push) Successful in 17s
Details
release / release (push) Successful in 17s
Details
Reviewed-on: #10
This commit is contained in:
commit
faa4504cf6
|
@ -59,6 +59,9 @@ 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
|
||||
|
@ -85,7 +88,7 @@ jobs:
|
|||
if: steps.has-changes.outputs.changes == 'true'
|
||||
run: |
|
||||
git add -A
|
||||
git commit -a -m "documented ${{ github.event.head_commit.message }}"
|
||||
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||
git push origin HEAD
|
||||
exit 1
|
||||
schema:
|
||||
|
|
|
@ -57,8 +57,10 @@ jobs:
|
|||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
# fetch-depth: '1'
|
||||
- id: get_head_commit_title
|
||||
- id: get-head-commit-title
|
||||
name: get-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'
|
||||
|
@ -90,7 +92,7 @@ jobs:
|
|||
if: steps.has-changes.outputs.changes == 'true'
|
||||
run: |
|
||||
git add -A
|
||||
git commit -a -m "documented ${{ steps.get-commit-title.outputs.text }}"
|
||||
git commit -a -m "documented ${{ steps.get-head-commit-title.outputs.title }}"
|
||||
git push origin HEAD
|
||||
exit 1
|
||||
schema:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<gfx xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Gfx-SE14.xsd">
|
||||
<displaySettings displayType="overlay" position="useCurrentPosition" securityCode="*" backColor="#E0E0E0" titleBar="true" titleBarText="" maximumTagUpdateRate="1" focusHighlightColor="gray" disableFocusHighlight="false" size="specifySizeInPixels" width="1042" height="1000" keepAtBack="false" allowMultipleRunningCopies="false" cacheAfterDisplaying="false" systemMenu="true" minimizeButton="false" sizeToMainWindow="false" showLastAcquiredValue="false" TrackScreenForNavigation="true" TrackName="" allowResizing="true" whenResized="scale" beepOnPress="false" highlightWhenCursorPassesOver="true" interactiveHighlightColor="gray" displayOnScreenKeyboard="false" allowButtonActionOnError="true" fieldNotSelectedTextColor="#3F3F3F" fieldNotSelectedFillColor="white" fieldSelectedTextColor="#3F3F3F" fieldSelectedFillColor="white" fieldInErrorNotSelectedTextColor="#3F3F3F" fieldInErrorNotSelectedFillColor="red" fieldInErrorSelectedTextColor="#3F3F3F" fieldInErrorSelectedFillColor="red" startupCommand="" shutdownCommand="" useGradientStyle="false" endColor="teal" gradientStop="50" gradientDirection="gradientDirectionHorizontal" gradientShadingStyle="gradientHorizontalFromRight"/>
|
||||
<button name="Button1" height="29" width="200" left="790" top="430" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
||||
<button name="Buttonqqq1" height="29" width="200" left="790" top="430" visible="true" wallpaper="false" toolTipText="" exposeToVba="notExposed" isReferenceObject="false" style="3d" captureCursor="false" highlightOnFocus="true" tabIndex="1">
|
||||
<command pressAction="" repeatAction="" releaseAction="Abort" repeatRate="0.25"/>
|
||||
<up patternColor="black" patternStyle="none" backColor="silver" backStyle="solid" foreColor="black" endColor="white" gradientStop="50" gradientDirection="gradientDirectionDiagonalUp" gradientShadingStyle="gradientHorizontalFromRight">
|
||||
<caption fontFamily="Arial" fontSize="8" bold="false" italic="false" underline="false" strikethrough="false" caption="EXIT"/>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
## animated
|
||||
|
||||
### Button1
|
||||
### Buttonqqq1
|
||||
|
||||
*button*
|
||||
|
||||
|
|
Loading…
Reference in New Issue