Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
juliamrch authored Jul 19, 2024
1 parent 03c7735 commit 63e20c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 actio
- name: Execute commands based on action
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 Down

0 comments on commit 63e20c8

Please sign in to comment.