We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54550d commit d5d87bdCopy full SHA for d5d87bd
1 file changed
.github/gitops-action/action.yml
@@ -19,6 +19,7 @@ runs:
19
shell: bash
20
working-directory: ${{ inputs.working-directory }}
21
run: |
22
+ FLEET_URL="${FLEET_URL%/}"
23
FLEET_VERSION="$(curl "$FLEET_URL/api/v1/fleet/version" --header "Authorization: Bearer $FLEET_API_TOKEN" --fail --silent | jq --raw-output '.version')"
24
DEFAULT_FLEETCTL_VERSION="4.80.1"
25
0 commit comments