Skip to content

Commit

Permalink
try changing working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
DustinAlandzes committed Aug 26, 2024
1 parent ed3bec5 commit 309e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./backend/contact_form_lambda
working-directory: backend/contact_form_lambda
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- run: echo 'The triggering workflow passed'
Expand Down

0 comments on commit 309e44e

Please sign in to comment.