Skip to content

Commit

Permalink
fixed yet another typo in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-chew committed Mar 23, 2024
1 parent aaba48d commit 90e5e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
force_orphan: true
dycore:
needs: prepare
runs-on: ${{needs.prepare.outputs.RUNNER}
runs-on: ${{needs.prepare.outputs.RUNNER}}
steps:
- uses: actions/checkout@v3
- name: Run tests
Expand Down

0 comments on commit 90e5e63

Please sign in to comment.