diff --git a/.github/workflows/actionstest.yml b/.github/workflows/actionstest.yml index b7313c6..27832da 100644 --- a/.github/workflows/actionstest.yml +++ b/.github/workflows/actionstest.yml @@ -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: @@ -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: