Skip to content

Commit 7ae1026

Browse files
Update .github/workflows/ci.yml
Co-authored-by: Josh McCullough <[email protected]>
1 parent 58f45a6 commit 7ae1026

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,12 @@ jobs:
122122
artifacts: artifacts/*/*
123123
body: |
124124
> [!WARNING]
125-
> This is an automatically generated in-development pre-release version of the application, that includes the latest master branch changes.
125+
> [!WARNING]
126+
> This is an automatically generated pre-release version of the module, which includes the latest master branch changes.
126127
> Please report any bugs you find to the issue tracker.
127128
128-
- Last build date: `${{ steps.vars.outputs.date_now }}`
129-
- Reference commit: ${{ github.sha }}
129+
- Build Date: `${{ steps.vars.outputs.date_now }}`
130+
- Commit: ${{ github.sha }}
130131
name: Development build
131132
prerelease: true
132133
removeArtifacts: true

0 commit comments

Comments
 (0)