Skip to content

Commit

Permalink
Remove trailing / from inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Nov 16, 2023
1 parent 8df72cd commit b7d983c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b7d983c

Please sign in to comment.