junk in the Trunk (#6149)

This commit is contained in:
Austin
2025-02-25 03:41:45 -05:00
committed by GitHub
parent bf958ed01d
commit 4e575872da
17 changed files with 81 additions and 54 deletions

View File

@@ -1,13 +1,13 @@
name: "Setup Build Base Composite Action"
description: "Base build actions for Meshtastic Platform IO steps"
name: Setup Build Base Composite Action
description: Base build actions for Meshtastic Platform IO steps
runs:
using: "composite"
using: composite
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: "recursive"
submodules: recursive
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}