Skip to content

rcon-action

Actions
Send commands via RCON Protocol with GitHub actions
v1.0.2
Latest
Star (1)

Tags

 (1)

rcon-action

rcon-action allows you to integrate the rcon protocol into your github workflow.

Inputs

server (required)

Server address to connect to

port

Server port to connect to

  • Default: 25575

password

RCON password

  • Default: password

commands

List of commands to execute

Recommendation

I would recommend to use GitHub secrets. Don't use sensitive content such as serveraddress or password in plaintext in your workflow.

Example usage

uses: wolfigster/[email protected]
with:
  server: 'localhost'
  port: '25575'
  password: 'p4sSw0rD'
  commands: '["reload", "say rcon-action executed successfully"]'

Credits

rcon-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Send commands via RCON Protocol with GitHub actions
v1.0.2
Latest

Tags

 (1)

rcon-action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.