From b7d983cc78b6f66102b499c61f7dcc1adbdb008a Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Thu, 16 Nov 2023 11:26:10 -0500 Subject: [PATCH] Remove trailing `/` from inputs --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index eed6c87..3cc6f5d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -267,7 +267,7 @@ jobs: name: base-url set uses: ./ with: - base-url: https://my.github-enterprise-server.com/api/v3/ + base-url: https://my.github-enterprise-server.com/api/v3 script: | const endpoint = github.request.endpoint return endpoint({}).url @@ -276,7 +276,7 @@ jobs: name: base-url does not override GITHUB_API_URL when not set uses: ./ env: - GITHUB_API_URL: https://my.github-enterprise-server.com/api/v3/ + GITHUB_API_URL: https://my.github-enterprise-server.com/api/v3 with: script: | const endpoint = github.request.endpoint