mirror of
https://github.com/mac-a-r0ni/lxqt.git
synced 2025-01-15 11:12:20 +01:00
Update deploy.yml
fix my blindly copying a file that announces into their official irc channel
This commit is contained in:
parent
e03aa5576e
commit
89b4056819
12
.github/workflows/deploy.yml
vendored
12
.github/workflows/deploy.yml
vendored
@ -18,20 +18,10 @@ jobs:
|
||||
# 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'`
|
||||
GITREPO=`git remote show origin -n | grep h.URL | sed 's/Fetch URL: https:\/\/github.com\/mac-a-r0ni/lxqt\///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
|
||||
run: |
|
||||
wget -P /tmp -q https://crux.nu/files/httpup-0.5.0.tar.xz
|
||||
|
Loading…
x
Reference in New Issue
Block a user