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