Skip to content

Commit

Permalink
fix base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeturckheim committed Dec 19, 2024
1 parent c7159b2 commit a30ecb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
domain:
description: "Domain for Heal API (default: https://app.heal.dev)"
required: false
default: "https://app.heal.dev"
default: "https://api.heal.dev"
github-token:
description: The GitHub token used to post comments on pull requests
default: ${{ github.token }}
Expand Down

0 comments on commit a30ecb6

Please sign in to comment.