Skip to content

Commit

Permalink
whoops use the actual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
asoplata committed Jan 30, 2025
1 parent 27238b5 commit 00b7929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 00b7929

Please sign in to comment.