Skip to content

Commit

Permalink
fix commands with underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 25, 2024
1 parent b7b051d commit 6e526ff
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emails_to_chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice forward-emails-to-chat
- run: backoffice forward_emails_to_chat
2 changes: 1 addition & 1 deletion .github/workflows/generate_collection_json_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice generate-collection-json
- run: backoffice generate_collection_json
2 changes: 1 addition & 1 deletion .github/workflows/request_changes_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice request-changes "${{ inputs.resource_id }}" "staged/${{ inputs.stage_number }}" "${{ inputs.reason }}"
- run: backoffice request_changes "${{ inputs.resource_id }}" "staged/${{ inputs.stage_number }}" "${{ inputs.reason }}"
4 changes: 2 additions & 2 deletions .github/workflows/test_call.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cache: "pip" # caching pip dependencies
- run: pip install .
- id: validate_format
run: backoffice validate-format "${{ inputs.resource_id }}" "${{ inputs.version }}"
run: backoffice validate_format "${{ inputs.resource_id }}" "${{ inputs.version }}"

test:
needs: validate_format
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
python-version: "3.12"
cache: "pip" # caching pip dependencies
- run: pip install .
- run: backoffice await-review "${{ inputs.resource_id }}" "${{ inputs.version }}"
- run: backoffice await_review "${{ inputs.resource_id }}" "${{ inputs.version }}"

0 comments on commit 6e526ff

Please sign in to comment.