mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-22 06:02:19 +01:00
Compare commits
2 Commits
e03aa5576e
...
d0ce5bde35
Author | SHA1 | Date | |
---|---|---|---|
|
d0ce5bde35 | ||
|
89b4056819 |
17
.github/workflows/deploy.yml
vendored
17
.github/workflows/deploy.yml
vendored
@ -15,23 +15,6 @@ jobs:
|
|||||||
# Checks-out your repository under $GITHUB_WORKSPACE
|
# Checks-out your repository under $GITHUB_WORKSPACE
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
# Prepare git log message to avoid extra blank lines
|
|
||||||
- name: Set env message
|
|
||||||
run: |
|
|
||||||
GITREPO=`git remote show origin -n | grep h.URL | sed 's/Fetch URL: https:\/\/github.com\/crux-arm\///g'`
|
|
||||||
GITMSG=`git log -1 --pretty=format:"%s"`
|
|
||||||
echo "MESSAGE=$(echo "[$GITREPO ]: $GITMSG")" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
# Send IRC message by bot
|
|
||||||
- name: irc push
|
|
||||||
uses: rectalogic/notify-irc@v1
|
|
||||||
if: github.event_name == 'push' && !contains(github.event.head_commit.message, 'REPO')
|
|
||||||
with:
|
|
||||||
channel: "#crux-arm"
|
|
||||||
server: "irc.libera.chat"
|
|
||||||
nickname: crux-arm-bot
|
|
||||||
message: ${{ env.MESSAGE }}
|
|
||||||
|
|
||||||
- name: Update REPO file
|
- name: Update REPO file
|
||||||
run: |
|
run: |
|
||||||
wget -P /tmp -q https://crux.nu/files/httpup-0.5.0.tar.xz
|
wget -P /tmp -q https://crux.nu/files/httpup-0.5.0.tar.xz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user