Skip to content

Commit

Permalink
fix: default api-endpoint value
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaromartmart committed Mar 14, 2024
1 parent ddd9c16 commit 7b794cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ inputs:
required: false
api-endpoint:
description: Seqera Platform API endpoint
required: false
required: true
default: "https://tower.nf/api"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 7b794cb

Please sign in to comment.