Skip to content

Commit

Permalink
FIX: Adjust typo in action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kayqueGovetri committed Feb 19, 2025
1 parent 17ba0bf commit e58812d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ runs:
shell: bash
- name: Run botcity action
id: botcity-action
run: python ${{ github.action_path }}/main.py --update=${{ inputs.update }} --deploy=${{ inputs.deploy }} --release=${{ inputs.release }} --version=${{ inputs.version }} --botId=${{ inputs.botId }} --path=${{ github.workspace }} --botPath=${{ inputs.botPath }} --technology=${{ inputs.technology }} --actionPath=${{ github.action_path }} --repositoryLabel=${{ github.repositoryLabel }}
run: python ${{ github.action_path }}/main.py --update=${{ inputs.update }} --deploy=${{ inputs.deploy }} --release=${{ inputs.release }} --version=${{ inputs.version }} --botId=${{ inputs.botId }} --path=${{ github.workspace }} --botPath=${{ inputs.botPath }} --technology=${{ inputs.technology }} --actionPath=${{ github.action_path }} --repositoryLabel=${{ inputs.repositoryLabel }}
shell: bash

0 comments on commit e58812d

Please sign in to comment.