From 7480b04a91e7daefee1185dcb1a0e42e2f31c5e0 Mon Sep 17 00:00:00 2001 From: Chuck Driesler Date: Fri, 19 Sep 2025 11:41:41 +0100 Subject: [PATCH] drop internal checkout (#32) --- README.md | 5 +++-- action.yml | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d28660..0373c48 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,9 @@ This GitHub Action does not have any outputs. Please instead inspect the logs to docker: runs-on: ubuntu-latest steps: - - - name: Register, Build, and Publish a Speckle Function + - name: Checkout + uses: actions/checkout@v5 # <-- CONFIGURE CHECKOUT FOR YOUR CODE + - name: Register, Build, and Publish a Speckle Function uses: specklesystems/speckle-automate-github-composite-action with: speckle_token: ${{ secrets.SPECKLE_FUNCTION_PUBLISH_TOKEN }} diff --git a/action.yml b/action.yml index 5a5513b..a850978 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v4 # checkout the repository in which this GitHub Action is being used. - name: Validate inputs shell: bash run: |