From e872fccfb0701cd742de0a8f61e000d933038540 Mon Sep 17 00:00:00 2001 From: Harry Callahan Date: Tue, 14 Oct 2025 15:25:44 +0100 Subject: [PATCH] Fixup path to local action Signed-off-by: Harry Callahan --- .../action.yml} | 0 .github/workflows/release.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/actions/{lowrisc_ci_app_get_token.yml => lowrisc_ci_app_get_token/action.yml} (100%) diff --git a/.github/actions/lowrisc_ci_app_get_token.yml b/.github/actions/lowrisc_ci_app_get_token/action.yml similarity index 100% rename from .github/actions/lowrisc_ci_app_get_token.yml rename to .github/actions/lowrisc_ci_app_get_token/action.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6aa2231..9e0a735 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: - name: Get an installation access token for the lowrisc-ci app with appropriate permissions id: get-token - uses: ./.github/actions/lowrisc_ci_app_get_token.yml + uses: ./.github/actions/lowrisc_ci_app_get_token - name: Setup | Checkout Repository at PR branch uses: actions/checkout@v4