Fixup code style, regen Rack diffs
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
f33945d088
commit
eb730b6c33
14 changed files with 532 additions and 312 deletions
2
.github/workflows/irc.yml
vendored
2
.github/workflows/irc.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
steps:
|
||||
- name: Format message
|
||||
run: |
|
||||
echo commitmessage=$(echo "${{ github.event.commits[0].message }}" | head -n 1) >> $GITHUB_ENV
|
||||
echo commitmessage=$(echo "${{ github.event.commits[0].message }}" | head -n 1) >> $GITHUB_ENV
|
||||
- name: Format message
|
||||
run: |
|
||||
echo message="${{ github.actor }} pushed ${{ env.commitmessage }} ${{ github.event.commits[0].url }}" >> $GITHUB_ENV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue