| 
																	
																	
																		
																	
																	
																 | 
																@@ -10,13 +10,12 @@ jobs: | 
															
														
														
													
														
															
																 | 
																 | 
																      - uses: jungwinter/split@v2 | 
																 | 
																 | 
																      - uses: jungwinter/split@v2 | 
															
														
														
													
														
															
																 | 
																 | 
																        id: split | 
																 | 
																 | 
																        id: split | 
															
														
														
													
														
															
																 | 
																 | 
																        with: | 
																 | 
																 | 
																        with: | 
															
														
														
													
														
															
																 | 
																 | 
																          msg: ${{ github.event.head_commit.message }} | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																          msg: ${{ github.event.commits[0].message }} | 
															
														
														
													
														
															
																 | 
																 | 
																          separator: '\n' | 
																 | 
																 | 
																          separator: '\n' | 
															
														
														
													
														
															
																 | 
																 | 
																          maxsplit: 1 | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																      - name: IRC notification | 
																 | 
																 | 
																      - name: IRC notification | 
															
														
														
													
														
															
																 | 
																 | 
																        uses: Gottox/irc-message-action@v2 | 
																 | 
																 | 
																        uses: Gottox/irc-message-action@v2 | 
															
														
														
													
														
															
																 | 
																 | 
																        with: | 
																 | 
																 | 
																        with: | 
															
														
														
													
														
															
																 | 
																 | 
																          channel: '#kxstudio' | 
																 | 
																 | 
																          channel: '#kxstudio' | 
															
														
														
													
														
															
																 | 
																 | 
																          nickname: kxstudio-bot | 
																 | 
																 | 
																          nickname: kxstudio-bot | 
															
														
														
													
														
															
																 | 
																 | 
																          message: |- | 
																 | 
																 | 
																          message: |- | 
															
														
														
													
														
															
																 | 
																 | 
																            ${{ github.actor }} pushed ${{ steps.split.outputs._0 }} ${{ github.event.compare }} | 
																 | 
																 | 
																 | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																            ${{ github.actor }} pushed ${{ steps.split.outputs._0 }} ${{ github.event.commits[0].url }} |