Skip to content

Commit

Permalink
more informative commit descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 1, 2024
1 parent 48daa3a commit a231b7d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate-symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Commit symbol updates
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-update symbols
commit_message: Auto-update symbols for Linux DF version ${{ inputs.version }}
repository: xml
commit_user_name: DFHack-Urist via GitHub Actions
commit_user_email: [email protected]
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Commit symbol updates
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-update symbols
commit_message: Auto-update symbols for Windows DF version ${{ inputs.version }}
repository: xml
commit_user_name: DFHack-Urist via GitHub Actions
commit_user_email: [email protected]
Expand Down Expand Up @@ -361,6 +361,7 @@ jobs:
done
df_ver=`./dfhack-run.exe lua 'print(dfhack.gui.getDFViewscreen(true).str_version)'`
echo "Found version string: '$df_ver'"
echo "DETECTED_DF_VER=$df_ver" >>$GITHUB_ENV
sed -i "s/v0.50.0 win64 STEAM/v0.$df_ver win64 STEAM/" ../xml/symbols.xml
./dfhack-run.exe die || true
- name: Merge updates
Expand All @@ -375,7 +376,7 @@ jobs:
- name: Commit symbol updates
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-update Windows DF version in symbols
commit_message: Auto-update Windows DF version ${{ env.DETECTED_DF_VER }} in symbols
repository: xml
commit_user_name: DFHack-Urist via GitHub Actions
commit_user_email: [email protected]
Expand Down Expand Up @@ -405,7 +406,7 @@ jobs:
- name: Commit ref update
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-update structures ref
commit_message: Auto-update structures ref for ${{ env.DETECTED_DF_VER }}
commit_user_name: DFHack-Urist via GitHub Actions
commit_user_email: [email protected]
- name: Launch steam-deploy
Expand Down

0 comments on commit a231b7d

Please sign in to comment.