Skip to content

Commit

Permalink
fix: iss5
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch committed Jul 19, 2024
1 parent 182f92b commit 03c7735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
- name: Install clever-tools
shell: bash
run: npm install -g clever-tools
- name: Execute commands based on action
- name: Execute commands based on actio
run: |
if [ "${{ github.event.action }}" = 'opened' ] || [ "${{ github.event.action }}" = 'reopened' ]; then
clever create --type ${{ inputs.type }} ${{ inputs.name }} --alias ${{ inputs.alias }} --region ${{ inputs.region }} --org ${{ inputs.organization }}
Expand All @@ -64,6 +64,6 @@ runs:
clever deploy --force
elif [ "${{ github.event.action }}" = 'closed' ]; then
clever link -o "$ORGA_ID" ${{ inputs.name }}
clever delete --alias ${{ inputs.alias }}
clever delete --alias ${{ inputs.alias }} --yes
fi
shell: bash

0 comments on commit 03c7735

Please sign in to comment.