From 1c8a69a99da34422cd30a271d6d0bb0e05290731 Mon Sep 17 00:00:00 2001 From: Tig Kindel Date: Sun, 17 Dec 2023 12:57:52 -0700 Subject: [PATCH] Trying github.ref_name --- .github/workflows/api-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index b3ed8b924..290b629f4 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -10,7 +10,7 @@ permissions: jobs: deploy: - name: Build and Deploy API docs to github-pages + name: Build and Deploy API docs to github-pages ${{ github.ref_name }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} @@ -47,7 +47,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - - name: v2_develop Repository Dispatch ${{ github.branch }} + - name: v2_develop Repository Dispatch ${{ github.ref_name }} if: github.ref_name == 'v2_develop' uses: peter-evans/repository-dispatch@v2 with: