Skip to content

Commit

Permalink
fixing yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 10, 2024
1 parent 9f32c8f commit e1275ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Laravel Application
run: composer create-project --prefer-dist laravel/laravel laravel_app --no-interaction

- name: Set Working Directory
- name: Set Working Directory
run: echo "Change directory context to Laravel app"
working-directory: ./laravel_app

Expand Down

0 comments on commit e1275ba

Please sign in to comment.