Mutable Action Fixture
name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: echo ok
Fixture with a mutable remote action reference.
npx skillmds@latest add jahrome907/minecraft-ci-release-4 name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- run: echo ok
jahrome907/minecraft-agent-skills/tree/main/tests/fixtures/validators/ci-release/mutable-action commit eb0c52babd