Skip to content

Commit

Permalink
REF: Remove services_namespace input
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Apr 15, 2024
1 parent ad6066f commit f75688a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ inputs:
description: "The service revision tag (e.g. 1.0.7). If this option isn't given, a random 'cool name' tag is generated e.g. 'curious-capybara'."
required: false
default: ""
services_namespace:
description: "The services namespace to subscribe to."
required: false
default: 'octue.services'

runs:
using: 'docker'
Expand All @@ -42,4 +38,3 @@ runs:
- ${{ inputs.push_endpoint }}
- ${{ inputs.expiration_time }}
- ${{ inputs.service_revision_tag }}
- ${{ inputs.services_namespace }}
2 changes: 1 addition & 1 deletion create_push_subscription/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh -l

octue deploy create-push-subscription $1 $2 $3 $4 --expiration-time=$5 --revision-tag=$6 --services-namespace=$7
octue deploy create-push-subscription $1 $2 $3 $4 --expiration-time=$5 --revision-tag=$6

0 comments on commit f75688a

Please sign in to comment.