Skip to content

Commit

Permalink
chore: fixed set APP_NAME step
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 19, 2024
1 parent 516fa70 commit eb195a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:

- name: Set APP_NAME variable
run: |
APP_NAME="${{ github.event.inputs.model_name/:/- }}"
echo "APP_NAME=${APP_NAME}" >> $GITHUB_ENV
APP_NAME="${{ github.event.inputs.model_name }}"
echo "APP_NAME=${APP_NAME//:/-}" >> $GITHUB_ENV
- name: Deploy FastAPI app
run: modal deploy modal.py
Expand Down

0 comments on commit eb195a9

Please sign in to comment.