Skip to content

Commit

Permalink
other approach
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Sep 11, 2024
1 parent 0896e70 commit 25ea6e2
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/actionstest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
runs-on: ubuntu-latest
name: Notifications
steps:
- name: set Nick
uses: LanguageMachines/ticcactions/irc_nick@v1
- name: IRC notification of starting the builds
uses: Gottox/irc-message-action@v2
with:
Expand Down Expand Up @@ -63,15 +61,8 @@ jobs:
shell: bash
run: echo ACTION_STATUS=${{ env.action_status }}

- id: compiler
shell: bash
run: |
cid=$(echo ${{matrix.compiler}} | cut -d\+ -f1)
if [ "$cid" == "g" ]
then
cid=$cid"cc"
fi
echo "cid=$cid" >> $GITHUB_ENV
- name: set IRC Nickname
uses: LanguageMachines/ticcactions/irc_nick@v1
- name: Notify IRC of results
uses: LanguageMachines/ticcactions/irc_status@v1
with:
Expand Down

0 comments on commit 25ea6e2

Please sign in to comment.