Skip to content

Executes Luau code from a file in an execution session

License

Notifications You must be signed in to change notification settings

grand-hawk/action-roblox-luau-execution

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

action-roblox-luau-workflow

Example workflow

name: Execute Luau Script
on:
  push:
    branches:
      - main

jobs:
  execute-luau:
    runs-on: ubuntu-24.04
    steps:
      - name: Checkout repository
        uses: actions/checkout@v3

      - name: Execute script
        uses: grand-hawk/action-roblox-luau-execution@1.0.0
        with:
          roblox_api_key: ${{ secrets.ROBLOX_API_KEY }}
          universe_id: '123456789'
          place_id: '987654321'
          luau_file: 'path/to/script.luau'
          output_file: 'path/to/output.txt' # optional
          dump_to_summary: true # optional

For an example production workflow, see this.

About

Executes Luau code from a file in an execution session

Topics

Resources

License

Stars

Watchers

Forks