Skip to content

Commit

Permalink
fix: delete input instanceNameSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 9, 2024
1 parent cf5490b commit b7e51ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/delete_instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Delete instance

on:
workflow_dispatch:
inputs:
instanceNameSuffix:
description: 'Instance name suffix'
required: false
default: ''
schedule:
- cron: "0 0 * * *"

Expand Down Expand Up @@ -36,3 +41,5 @@ jobs:
OVH_SSH_KEY_ID: ${{ secrets.OVH_SSH_KEY_ID }}
OVH_SERVICE_NAME: ${{ secrets.OVH_SERVICE_NAME }}
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}

INSTANCE_NAME_SUFFIX: ${{ inputs.instanceNameSuffix }}

0 comments on commit b7e51ac

Please sign in to comment.